PDFPoint¶
Namespace: O2S.Components.PDF4NET.Graphics
Defines a PDF point.
Constructors¶
PDFPoint()¶
Initializes a new PDFPoint object.
PDFPoint(Double, Double)¶
Initializes a new PDFPoint object with the specified position.
Parameters
x Double
The x position.
y Double
The y position.
PDFPoint(PDFPoint)¶
Initializes a new PDFPoint object with the specified point.
Parameters
point PDFPoint
Source point.
Properties¶
X¶
Gets or set the x position.
Property Value
Double
The x coodinate of the point.
Y¶
Gets or set the y position.
Property Value
Double
The y coodinate of the point.
Methods¶
ToString()¶
Returns a String that represents the current Object.
Returns
String
String that represents the current Object.