Name

POINTAPI

Synopsis

Defines a point on an x and y coordinate plane:

Public Type POINTAPI
        x As Long
        y As Long
End Type

Structure Members

x

x coordinate of a point

y

y coordinate of a point

Get Subclassing and Hooking with Visual Basic now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.