C# Class GraphicEditor.MainWindow.Rect

Afficher le fichier Open project: msCube/Gallery

Méthodes publiques

Свойство Type Description
Empty System.Windows.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

Win32

Rect ( int left, int top, int right, int bottom ) : System

Win32

ToString ( ) : string

Return a user friendly representation of this struct

operator ( ) : bool

Determine if 2 Rect are equal (deep compare)

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

Win32
public Rect ( Rect rcSrc ) : System
rcSrc System.Windows.Rect
Résultat System

Rect() public méthode

Win32
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

Return a user friendly representation of this struct
public ToString ( ) : string
Résultat string

operator() public static méthode

Determine if 2 Rect are equal (deep compare)
public static operator ( ) : bool
Résultat bool

Property Details

Empty public_oe static_oe property

Win32
public static Rect,System.Windows Empty
Résultat System.Windows.Rect

bottom public_oe property

Win32
public int bottom
Résultat int

left public_oe property

Win32
public int left
Résultat int

right public_oe property

Win32
public int right
Résultat int

top public_oe property

Win32
public int top
Résultat int