C# Class TOAPI.Kernel32.COORD

Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
X short
Y short

Public Methods

Method Description
COORD ( short x, short y ) : System

Method Details

COORD() public method

public COORD ( short x, short y ) : System
x short
y short
return System

Property Details

X public property

public short X
return short

Y public property

public short Y
return short