method SwimLane.MovePoint (X as OLE_XPOS_PIXELS, Y as OLE_YPOS_PIXELS, To as ContentAlignmentEnum)
Moves or scrolls the surface, so the cursor aligns to specified corner.
| | Type | Description | |
| |
X as OLE_XPOS_PIXELS |
A Long expression that specifies the x-coordinate on the screen to move the
surface from.
| |
| |
Y as OLE_YPOS_PIXELS |
A Long expression that specifies the y-coordinate on the screen to move the
surface from.
| |
| |
To as ContentAlignmentEnum |
A ContentAlignmentEnum expression that specifies the corner of the surface to
move the surface to.
| |