C# Class MahTweets.Configuration.RECT

Afficher le fichier Open project: nickhodge/MahTweets.LawrenceHargrave

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
RECT ( int left, int top, int right, int bottom ) : System
operator ( ) : bool

Method Details

Equals() public méthode

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

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

operator() public static méthode

public static operator ( ) : bool
Résultat bool