C# Class Alsing.Windows.APIRect

Datei anzeigen 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_oe property

public int bottom
return int

left public_oe property

public int left
return int

right public_oe property

public int right
return int

top public_oe property

public int top
return int