Show / Hide Table of Contents

Class QuadPoint

Inheritance
System.Object
QuadPoint
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: pdftron.PDF
Assembly: PDFNetAndroid.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
In This Article
Back to top Generated by DocFX