Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Signum
Windows
RECT
C# Class Signum.Windows.RECT
Mostra file
Open project: signumsoftware/framework
Class Usage Examples
Public Properties
Property
Type
Description
bottom
int
left
int
right
int
top
int
Public Methods
Method
Description
FromRect
(
Rect
rect
) :
RECT
ToRect
( ) :
Rect
Method Details
FromRect()
public
static
method
public
static
FromRect
(
Rect
rect
) :
RECT
rect
System.Windows.Rect
return
RECT
ToRect()
public
method
public
ToRect
( ) :
Rect
return
System.Windows.Rect
Property Details
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