Class PTColorPt
Inheritance
System.Object
PTColorPt
Assembly: PDFNetiOS.dll
Syntax
public class PTColorPt : NSObject
Constructors
PTColorPt()
Declaration
PTColorPt(NSObjectFlag)
Declaration
protected PTColorPt(NSObjectFlag t)
Parameters
Type |
Name |
Description |
Foundation.NSObjectFlag |
t |
|
PTColorPt(NativeHandle)
Declaration
protected PTColorPt(NativeHandle handle)
Parameters
Type |
Name |
Description |
ObjCRuntime.NativeHandle |
handle |
|
PTColorPt(Double, Double, Double, Double)
Declaration
public PTColorPt(double x, double y, double z, double w)
Parameters
Type |
Name |
Description |
System.Double |
x |
|
System.Double |
y |
|
System.Double |
z |
|
System.Double |
w |
|
Properties
ClassHandle
Declaration
public override NativeHandle ClassHandle { get; }
Property Value
Type |
Description |
ObjCRuntime.NativeHandle |
|
Methods
Dealloc()
Declaration
public virtual void Dealloc()
Destroy()
Declaration
public virtual void Destroy()
Get(Int32)
Declaration
public virtual double Get(int colorant_index)
Parameters
Type |
Name |
Description |
System.Int32 |
colorant_index |
|
Returns
Type |
Description |
System.Double |
|
Set(Double, Double, Double, Double)
Declaration
public virtual void Set(double x, double y, double z, double w)
Parameters
Type |
Name |
Description |
System.Double |
x |
|
System.Double |
y |
|
System.Double |
z |
|
System.Double |
w |
|
SetColorantNum(Int32)
Declaration
public virtual void SetColorantNum(int num)
Parameters
Type |
Name |
Description |
System.Int32 |
num |
|
SetSwigCMemOwn(Boolean)
Declaration
public virtual void SetSwigCMemOwn(bool own)
Parameters
Type |
Name |
Description |
System.Boolean |
own |
|
SetTintWithIndex(Int32, Double)
Declaration
public virtual void SetTintWithIndex(int colorant_index, double colorant_value)
Parameters
Type |
Name |
Description |
System.Int32 |
colorant_index |
|
System.Double |
colorant_value |
|