C# Class Fluent.Metro.Native.RECT

Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty RECT
bottom int
left int
right int
top int

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Determine if 2 RECT are equal (deep compare)

GetHashCode ( ) : int

Return the HashCode for this struct (not garanteed to be unique)

RECT ( RECT rcSrc ) : System
RECT ( int left, int top, int right, int bottom ) : System
ToString ( ) : string
operator ( ) : bool

Method Details

Equals() public méthode

Determine if 2 RECT are equal (deep compare)
public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

Return the HashCode for this struct (not garanteed to be unique)
public GetHashCode ( ) : int
Résultat int

RECT() public méthode

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

Property Details

Empty public_oe static_oe property

public static RECT,Fluent.Metro.Native Empty
Résultat RECT

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