Click or drag to resize

QuadPoint Class

A class that represents four points.
Inheritance Hierarchy
SystemObject
  pdftron.PDFQuadPoint

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class QuadPoint : IClosable

The QuadPoint type exposes the following members.

Constructors
  NameDescription
Public methodQuadPoint
Instantiates a new quad point.
Public methodQuadPoint(Point, Point, Point, Point)
Instantiates a new quad point.
Top
Properties
  NameDescription
Public propertyp1
Gets or sets the first point.
Public propertyp2
Gets or sets the second point.
Public propertyp3
Gets or sets the third point.
Public propertyp4
Gets or sets the fourth point.
Top
Methods
  NameDescription
Public methodClose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also