PdfPointGdiExtensions Class

Provides System.Drawing / GDI+ extension methods for the PdfPoint structure.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.Gdi.PdfPointGdiExtensions

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

Syntax

C#
public static class PdfPointGdiExtensions
VB
<ExtensionAttribute>
Public NotInheritable Class PdfPointGdiExtensions

The PdfPointGdiExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberToPointF
Converts a PdfPoint to a PointF.

See Also