C# Class System.SmallRect

Mostra file Open project: runefs/Marvin Class Usage Examples

Public Properties

Property Type Description
Bottom short
Left short
Right short
Top short

Public Methods

Method Description
SmallRect ( int left, int top, int right, int bottom ) : System.Runtime.InteropServices

Method Details

SmallRect() public method

public SmallRect ( int left, int top, int right, int bottom ) : System.Runtime.InteropServices
left int
top int
right int
bottom int
return System.Runtime.InteropServices

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