TextGRAB SDK Documentation | tagPOINT structure

This structure defines the coordinates of a point.

[C/C++]
typedef struct tag_tagPOINT {

LONG x,
LONG y

} tagPOINT;

[Visual Basic]
Type tagPOINT

Dim x As Long
Dim y As Long

End Type

[C#]
public struct tagPOINT {

public int x,
public int y

};

Members

x
Specifies the x-coordinate of the point.
y
Specifies the y-coordinate of the point.

 

See Also

TextGRAB SDK Structures