C# Class GraphicsEngine.Win32.Kernel32Console.COORD

Exibir arquivo 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_oe property

public short X
return short

Y public_oe property

public short Y
return short