Dokumentation TextGRAB SDK | tagPOINT Structur

Drucken E-Mail

Diese Struktur bestimmt Koordinaten eines Punktes.

[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

};

Glieder

x
Bestimmt die x-Koordinate eines Punktes
y
Bestimmt die y-Koordinate eines Punktes

 

Siehe auch:

TextGRAB SDK Strukturen