C# Class PInvoke.COORD

Show file Open project: AArnott/pinvoke Class Usage Examples

Public Properties

Property Type Description
X short
Y short

Property Details

X public property

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

Y public property

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