Table of Contents

Constructor PdfPoint

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

PdfPoint(PdfPoint)

Initializes a new instance of the PdfPoint struct from the specified PdfPoint.

public PdfPoint(PdfPoint pt)

Parameters

pt PdfPoint

The PdfPoint from which to initialize this PdfPoint struct.

PdfPoint(float, float)

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

public PdfPoint(float x, float y)

Parameters

x float

The horizontal position of the point.

y float

The vertical position of the point.

PdfPoint(double, double)

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

public PdfPoint(double x, double y)

Parameters

x double

The horizontal position of the point.

y double

The vertical position of the point.