C# Class Belhard.Training.MutexDemo.Native.RECT

Afficher le fichier Open project: bazile/Training

Méthodes publiques

Свойство Type Description
Left int

Méthodes publiques

Méthode Description
Equals ( RECT r ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
RECT ( Rectangle r ) : System.Drawing
RECT ( int left, int top, int right, int bottom ) : System.Drawing
ToString ( ) : string
operator ( ) : bool

Method Details

Equals() public méthode

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

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 ( Rectangle r ) : System.Drawing
r System.Drawing.Rectangle
Résultat System.Drawing

RECT() public méthode

public RECT ( int left, int top, int right, int bottom ) : System.Drawing
left int
top int
right int
bottom int
Résultat System.Drawing

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Left public_oe property

public int Left
Résultat int