C# Class StdPaint.SMALL_RECT

显示文件 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_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