Click or drag to resize

PdfQuadPoints Class

Class represents a quadrilateral shape in PDF world coordinates.
Inheritance Hierarchy
SystemObject
  Opait.Pdf.ApiPdfQuadPoints

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public class PdfQuadPoints

The PdfQuadPoints type exposes the following members.

Constructors
  NameDescription
Public methodPdfQuadPoints(PdfPoint, PdfPoint, PdfPoint, PdfPoint)
Initializes a new instance of the PdfQuadPoints class from the specified points.
Public methodPdfQuadPoints(Double, Double, Double, Double, Double, Double, Double, Double)
Initializes a new instance of the PdfQuadPoints class from the coordinates of four points.
Top
Fields
  NameDescription
Public fieldPoint1
The first point in PDF coordinates.
Public fieldPoint2
The second point in PDF coordinates.
Public fieldPoint3
The third point in PDF coordinates.
Public fieldPoint4
The fourth point in PDF coordinates.
Top
See Also