XRect Constructor.

 

   

Syntax
 

[C#]
XRect()
XRect(string value)

 

   

Params
 
Name Description
value A string defining the initial rectangle in the format "left bottom right top"

 

   

Notes
 

These methods construct an XRect object.

To construct an XRect with initial values use one of the static constructors such as XRect.FromSides, XRect.FromLbwh or XRect.FromPoints.

 

   

Example
 

None.