C# Class StdPaint.COORD

Mostra file Open project: TheBerkin/StdPaint 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_oe property

public short X
return short

Y public_oe property

public short Y
return short