Show / Hide Table of Contents

Class PTPDFPoint

Inheritance
System.Object
PT_TRN_point
PTPDFPoint
Inherited Members
PT_TRN_point.GetX()
PT_TRN_point.GetY()
PT_TRN_point.SetX(Double)
PT_TRN_point.SetY(Double)
Namespace: pdftronprivate
Assembly: PDFNetiOS.dll
Syntax
public class PTPDFPoint : PT_TRN_point

Constructors

PTPDFPoint()

Declaration
public PTPDFPoint()

PTPDFPoint(NSObjectFlag)

Declaration
protected PTPDFPoint(NSObjectFlag t)
Parameters
Type Name Description
Foundation.NSObjectFlag t

PTPDFPoint(NativeHandle)

Declaration
protected PTPDFPoint(NativeHandle handle)
Parameters
Type Name Description
ObjCRuntime.NativeHandle handle

PTPDFPoint(Double, Double)

Declaration
public PTPDFPoint(double px, double py)
Parameters
Type Name Description
System.Double px
System.Double py

Properties

ClassHandle

Declaration
public override NativeHandle ClassHandle { get; }
Property Value
Type Description
ObjCRuntime.NativeHandle
Overrides
PT_TRN_point.ClassHandle
In This Article
Back to top Generated by DocFX