Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Standard
RECT
C# Class Standard.RECT
Show file
Open project: MahApps/MahApps.Metro
Class Usage Examples
Private Properties
Property
Type
Description
Offset
void
Union
RECT
Public Methods
Method
Description
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
Private Methods
Method
Description
Offset
(
int
dx
,
int
dy
) :
void
Union
(
RECT
rect1
,
RECT
rect2
) :
RECT
Method Details
Equals()
public
method
public
Equals
(
object
obj
) :
bool
obj
object
return
bool
GetHashCode()
public
method
public
GetHashCode
( ) :
int
return
int