C# Class System.SmallRect

Show 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 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