C# Class Steamp3.Global.RECT

Afficher le fichier Open project: ta0soft/STEAMp3

Méthodes publiques

Свойство Type Description
Bottom int
Left int
Right int
Top int

Méthodes publiques

Méthode Description
RECT ( Rectangle r ) : System
RECT ( int left, int top, int right, int bottom ) : System

Method Details

RECT() public méthode

public RECT ( Rectangle r ) : System
r System.Drawing.Rectangle
Résultat System

RECT() public méthode

public RECT ( 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