C# Class PInvoke.COORD

Datei anzeigen Open project: AArnott/pinvoke Class Usage Examples

Public Properties

Property Type Description
X short
Y short

Property Details

X public_oe property

The x-coordinate of the point.
public short X
return short

Y public_oe property

The x-coordinate of the point.
public short Y
return short