XRect Constructor.

 

   

Syntax
 

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

[Visual Basic]
Sub New
Sub New(value As String)

 

   

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

 

   

Notes
 

These methods construct an XRect object.

 

   

Example
 

None.