POINTAPI Type

Type POINTAPI
  x As Long
  y As Long
End Type

POINTAPI-type variables hold a point's coordinates. This type is used throughout the API for storing a point.

x
The x coordinate of the point.
y
The y coordinate of the point.

Used by: GetCursorPos, MoveToEx
Back to the index.


Back to Paul Kuliniewicz's Home Page
E-mail: Borg953@aol.com
This page is at http://members.aol.com/Borg953/api/types/pointapi.html