C# Class Alsing.Windows.APIRect

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
bottom int
left int
right int
top int

Méthodes publiques

Méthode Description
APIRect ( Rectangle rect ) : System
APIRect ( int left, int top, int right, int bottom ) : System

Method Details

APIRect() public méthode

public APIRect ( Rectangle rect ) : System
rect System.Drawing.Rectangle
Résultat System

APIRect() public méthode

public APIRect ( int left, int top, int right, int bottom ) : System
left int
top int
right int
bottom int
Résultat System

Property Details

bottom public_oe property

public int bottom
Résultat int

left public_oe property

public int left
Résultat int

right public_oe property

public int right
Résultat int

top public_oe property

public int top
Résultat int