Show / Hide Table of Contents

Class TRN_point

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

Constructors

TRN_point()

Declaration
public TRN_point()

TRN_point(NSObjectFlag)

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

TRN_point(IntPtr)

Declaration
protected TRN_point(IntPtr handle)
Parameters
Type Name Description
System.IntPtr handle

Properties

ClassHandle

Declaration
public override IntPtr ClassHandle { get; }
Property Value
Type Description
System.IntPtr

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
Back to top Generated by DocFX