Properties Property X() As (Read Only) Returns the X coordinate. Property Y() As (Read Only) Returns the Y coordinate.
Methods Sub SetCoords( iX, iY) Sets the coordinates. Parameters: iX the x coordinate. dd> iY the y coordinate dd>