C# Class OldFashionedFun.Win32.RECT

Afficher le fichier Open project: swax/OldFashionedFun Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
FromRectangle ( Rectangle rectangle ) : RECT
GetHashCode ( ) : int
RECT ( int left_, int top_, int right_, int bottom_ ) : System
ToRectangle ( ) : Rectangle
operator ( ) : bool

Method Details

FromRectangle() public static méthode

public static FromRectangle ( Rectangle rectangle ) : RECT
rectangle System.Drawing.Rectangle
Résultat RECT

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

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

ToRectangle() public méthode

public ToRectangle ( ) : Rectangle
Résultat System.Drawing.Rectangle

operator() public static méthode

public static operator ( ) : bool
Résultat bool

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