XPoint XPoint Function. XPoint Constructor. ABCpdf .NET PDF Library. From ABCpdf .net previous page next page XPoint Constructor 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. previous page start next page