C# Class D3Bit.Screenshot.RECT

Afficher le fichier Open project: CreepGin/D3Bit

Méthodes publiques

Méthode Description
Equals ( RECT Rectangle ) : bool
Equals ( object Object ) : bool
GetHashCode ( ) : int
RECT ( RECT Rectangle ) : System
RECT ( int Left, int Top, int Right, int Bottom ) : System
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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

RECT() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool