Class QuadPoint
Implements
Inherited Members
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public class QuadPoint : IDisposable
Constructors
QuadPoint()
Instantiates a new quad point.
Declaration
public QuadPoint()
QuadPoint(Point, Point, Point, Point)
Instantiates a new quad point.
Declaration
public QuadPoint(Point p11, Point p22, Point p33, Point p44)
Parameters
Type | Name | Description |
---|---|---|
Point | p11 | the p1 |
Point | p22 | the p2 |
Point | p33 | the p3 |
Point | p44 | the p4 |
Properties
p1
Declaration
public Point p1 { get; set; }
Property Value
Type | Description |
---|---|
Point |
p2
Declaration
public Point p2 { get; set; }
Property Value
Type | Description |
---|---|
Point |
p3
Declaration
public Point p3 { get; set; }
Property Value
Type | Description |
---|---|
Point |
p4
Declaration
public Point p4 { get; set; }
Property Value
Type | Description |
---|---|
Point |
Methods
Dispose()
Releases all resources used by the QuadPoint
Declaration
public override sealed void Dispose()
Dispose(bool)
Declaration
[HandleProcessCorruptedStateExceptions]
protected virtual void Dispose(bool A_0)
Parameters
Type | Name | Description |
---|---|---|
bool | A_0 |
~QuadPoint()
Allows a QuadPoint to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
Declaration
protected ~QuadPoint()