Table of Contents

Method ToPointF

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

ToPointF(PdfPoint)

Converts a PdfPoint to a PointF.

public static PointF ToPointF(this PdfPoint pt)

Parameters

pt PdfPoint

The PdfPoint to convert.

Returns

PointF

Returns a PointF structure.