C# Class StdPaint.SMALL_RECT

Show file Open project: TheBerkin/StdPaint Class Usage Examples

Public Properties

Property Type Description
Bottom short
Left short
Right short
Top short

Public Methods

Method Description
SMALL_RECT ( short l, short t, short r, short b ) : System

Method Details

SMALL_RECT() public method

public SMALL_RECT ( short l, short t, short r, short b ) : System
l short
t short
r short
b short
return System

Property Details

Bottom public property

public short Bottom
return short

Left public property

public short Left
return short

Right public property

public short Right
return short

Top public property

public short Top
return short