Gets or sets the x-coordinate of this
PDFPoint.
public double X {get; set;}
'Declaration
Public Property X As Double
'Usage
Dim instance As PDFPoint
Dim value As Double
instance.X = value
value = instance.X
public:
property double X {
double get();
void set ( double value);
}
Property Value
A
System.Double that represents the x-coordinate of this
PDFPoint.