XRect XRect Function. XRect Constructor. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

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.

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

 

   

Example
 

None.