C# Class Alsing.Windows.APIRect

Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
bottom int
left int
right int
top int

Public Methods

Method Description
APIRect ( Rectangle rect ) : System
APIRect ( int left, int top, int right, int bottom ) : System

Method Details

APIRect() public method

public APIRect ( Rectangle rect ) : System
rect System.Drawing.Rectangle
return System

APIRect() public method

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

Property Details

bottom public property

public int bottom
return int

left public property

public int left
return int

right public property

public int right
return int

top public property

public int top
return int