XPoint XPoint Function. XPoint Constructor. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

XPoint Constructor.

 

   
Syntax  

[C#]
XPoint()
XPoint(string value)
XPoint(double x, double y)

[Visual Basic]
Sub New
Sub New(value As String)
Sub New(x As Double, y as Double)

 

   

Params
 
Name Description
value A string defining the initial point in the format "x y".
x The x coordinate for the point.
y The y coordinate for the point.

 

   

Notes
 

These methods construct an XPoint object.

 

   

Example
 

None.