C# Class Fluent.Metro.Native.RECT

ファイルを表示 Open project: Gainedge/BetterExplorer Class Usage Examples

Public Properties

Property Type Description
Empty RECT
bottom int
left int
right int
top int

Public Methods

Method 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 method

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

GetHashCode() public method

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

RECT() public method

public RECT ( RECT rcSrc ) : System
rcSrc RECT
return System

RECT() public method

public RECT ( int left, int top, int right, int bottom ) : System
left int
top int
right int
bottom int
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Empty public_oe static_oe property

public static RECT,Fluent.Metro.Native Empty
return RECT

bottom public_oe property

public int bottom
return int

left public_oe property

public int left
return int

right public_oe property

public int right
return int

top public_oe property

public int top
return int