Class QuadPoint
Inherited Members
Namespace: pdftron.PDF
Assembly: PDFTronDotNet.dll
Syntax
public class QuadPoint
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 |