C# Class FC3Editor.Win32.Rect

Afficher le fichier Open project: Azerothian/fc3editor Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
Rect ( int left, int top, int width, int height ) : System

Method Details

Rect() public méthode

public Rect ( int left, int top, int width, int height ) : System
left int
top int
width int
height 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