C# Class LeagueMaster.RECT

Afficher le fichier Open project: Hebo/LeagueMaster Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( RECT Rectangle ) : bool
Equals ( object Object ) : bool
FromRectangle ( global Rectangle ) : RECT
GetHashCode ( ) : int
RECT ( global rectangle ) : System
RECT ( int left, int top, int right, int bottom ) : System
ToRectangle ( ) : global::System.Drawing.Rectangle
ToRectangle ( RECT Rectangle ) : global::System.Drawing.Rectangle
ToString ( ) : string
operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( RECT Rectangle ) : bool
Rectangle RECT
Résultat bool

Equals() public méthode

public Equals ( object Object ) : bool
Object object
Résultat bool

FromRectangle() public static méthode

public static FromRectangle ( global Rectangle ) : RECT
Rectangle global
Résultat RECT

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

RECT() public méthode

public RECT ( global rectangle ) : System
rectangle global
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

ToRectangle() public méthode

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

ToRectangle() public static méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool