PdfPoint Constructor (Single, Single)

Initializes a new instance of the PdfPoint struct with the specified coordinates.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfPoint(
	float x,
	float y
)
VB
Public Sub New ( 
	x As Single,
	y As Single
)

Parameters

x
Type: System.Single
The horizontal position of the point.
y
Type: System.Single
The vertical position of the point.

See Also