Show / Hide Table of Contents

Class PT_TRN_point

Inheritance
System.Object
PT_TRN_point
PTPDFPoint
Namespace: pdftronprivate
Assembly: PDFNetiOS.dll
Syntax
public class PT_TRN_point : NSObject

Constructors

PT_TRN_point()

Declaration
public PT_TRN_point()

PT_TRN_point(NSObjectFlag)

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

PT_TRN_point(NativeHandle)

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

Properties

ClassHandle

Declaration
public override NativeHandle ClassHandle { get; }
Property Value
Type Description
ObjCRuntime.NativeHandle

Methods

GetX()

Declaration
public virtual double GetX()
Returns
Type Description
System.Double

GetY()

Declaration
public virtual double GetY()
Returns
Type Description
System.Double

SetX(Double)

Declaration
public virtual void SetX(double val)
Parameters
Type Name Description
System.Double val

SetY(Double)

Declaration
public virtual void SetY(double val)
Parameters
Type Name Description
System.Double val
In This Article
Back to top Generated by DocFX