C# Class AuraPhotoViewer.ResizeableWindow.RECT

Afficher le fichier Open project: ProRoman/Aura_PhotoViewer

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

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 different(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 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 different(deep compare)
public static operator ( ) : bool
Résultat bool

Property Details

Empty public_oe static_oe property

Win32
public static RECT Empty
Résultat 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