C# Class GraphicsEngine.Win32.Kernel32Console.SMALL_RECT

Datei anzeigen Open project: ckarcz/GraphicsEngine Class Usage Examples

Public Properties

Property Type Description
Bottom short
Left short
Right short
Top short

Public Methods

Method Description
SMALL_RECT ( int left, int top, int right, int bottom ) : System
SMALL_RECT ( short left, short top, short right, short bottom ) : System

Method Details

SMALL_RECT() public method

public SMALL_RECT ( int left, int top, int right, int bottom ) : System
left int
top int
right int
bottom int
return System

SMALL_RECT() public method

public SMALL_RECT ( short left, short top, short right, short bottom ) : System
left short
top short
right short
bottom short
return System

Property Details

Bottom public_oe property

public short Bottom
return short

Left public_oe property

public short Left
return short

Right public_oe property

public short Right
return short

Top public_oe property

public short Top
return short