C# Class GraphicsEngine.Win32.Kernel32Console.COORD

Show file Open project: ckarcz/GraphicsEngine Class Usage Examples

Public Properties

Property Type Description
X short
Y short

Public Methods

Method Description
COORD ( int X, int Y ) : System
COORD ( short X, short Y ) : System

Method Details

COORD() public method

public COORD ( int X, int Y ) : System
X int
Y int
return System

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