Show / Hide Table of Contents

Class QuadPoint

Inheritance
System.Object
QuadPoint
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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(Boolean)

Declaration
[HandleProcessCorruptedStateExceptions]
protected virtual void Dispose(bool A_0)
Parameters
Type Name Description
System.Boolean A_0

Finalize()

Allows a QuadPoint to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.

Declaration
protected void Finalize()

Implements

System.IDisposable
Back to top Generated by DocFX