Class PTPDFPoint
Inheritance
System.Object
PTPDFPoint
Assembly: PDFNetiOS.dll
Syntax
public class PTPDFPoint : PT_TRN_point
Constructors
PTPDFPoint()
Declaration
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