WinRect Class
Constructors & Destructor
|
Member Variables
Definition
Line
148
of
System.Windows/Definitions.cm
Constructors & Destructor
public
WinRect
()
public
WinRect
(
int
left_,
int
top_,
int
right_,
int
bottom_)
Member Variables
public
int
bottom
public
int
left
public
int
right
public
int
top
Constructor& Destructor Details
WinRect Constructor
public
WinRect()
Definition
Line
150
of
System.Windows/Definitions.cm
WinRect Constructor
public
WinRect(
int
left_,
int
top_,
int
right_,
int
bottom_)
Definition
Line
153
of
System.Windows/Definitions.cm