Show / Hide Table of Contents

Class ColorPt

Inheritance
System.Object
Java.Lang.Object
ColorPt
Implements
Android.Runtime.IJavaObject
Java.Interop.IJavaPeerable
System.IDisposable
Inherited Members
Java.Lang.Object.Java.Interop.IJavaPeerable.DisposeUnlessReferenced()
Java.Lang.Object.Java.Interop.IJavaPeerable.Disposed()
Java.Lang.Object.Java.Interop.IJavaPeerable.Finalized()
Java.Lang.Object.Java.Interop.IJavaPeerable.SetJniIdentityHashCode(System.Int32)
Java.Lang.Object.Java.Interop.IJavaPeerable.SetJniManagedPeerState(Java.Interop.JniManagedPeerStates)
Java.Lang.Object.Java.Interop.IJavaPeerable.SetPeerReference(Java.Interop.JniObjectReference)
Java.Lang.Object.Dispose()
Java.Lang.Object.Dispose(System.Boolean)
Java.Lang.Object.GetObject<T>(System.IntPtr, System.IntPtr, Android.Runtime.JniHandleOwnership)
Java.Lang.Object.GetObject<T>(System.IntPtr, Android.Runtime.JniHandleOwnership)
Java.Lang.Object.FromArray<T>(T[])
Java.Lang.Object.Clone()
Java.Lang.Object.Equals(Java.Lang.Object)
Java.Lang.Object.JavaFinalize()
Java.Lang.Object.GetHashCode()
Java.Lang.Object.Notify()
Java.Lang.Object.NotifyAll()
Java.Lang.Object.ToString()
Java.Lang.Object.Wait()
Java.Lang.Object.Wait(System.Int64)
Java.Lang.Object.Wait(System.Int64, System.Int32)
Java.Lang.Object.Java.Interop.IJavaPeerable.JniManagedPeerState
Java.Lang.Object.Class
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: pdftronprivate.PDF
Assembly: PDFNetAndroid.dll
Syntax
[Register("com/pdftron/pdf/ColorPt", DoNotGenerateAcw = true)]
public class ColorPt : Object, IJavaObject, IJavaPeerable, IDisposable

Constructors

ColorPt()

Declaration
[Register(".ctor", "()V", "")]
public ColorPt()

ColorPt(Double, Double, Double)

Declaration
[Register(".ctor", "(DDD)V", "")]
public ColorPt(double p0, double p1, double p2)
Parameters
Type Name Description
System.Double p0
System.Double p1
System.Double p2

ColorPt(Double, Double, Double, Double)

Declaration
[Register(".ctor", "(DDDD)V", "")]
public ColorPt(double p0, double p1, double p2, double p3)
Parameters
Type Name Description
System.Double p0
System.Double p1
System.Double p2
System.Double p3

ColorPt(IntPtr, JniHandleOwnership)

Declaration
protected ColorPt(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
Type Name Description
System.IntPtr javaReference
Android.Runtime.JniHandleOwnership transfer

Methods

__Create(Int64)

Declaration
[Register("__Create", "(J)Lcom/pdftron/pdf/ColorPt;", "")]
public static ColorPt __Create(long p0)
Parameters
Type Name Description
System.Int64 p0
Returns
Type Description
ColorPt

__GetHandle()

Declaration
[Register("__GetHandle", "()J", "Get__GetHandleHandler")]
public virtual long __GetHandle()
Returns
Type Description
System.Int64

Destroy()

Declaration
[Register("destroy", "()V", "GetDestroyHandler")]
public virtual void Destroy()

Get(Int32)

Declaration
[Register("get", "(I)D", "GetGet_IHandler")]
public virtual double Get(int p0)
Parameters
Type Name Description
System.Int32 p0
Returns
Type Description
System.Double

Set()

Declaration
[Register("set", "()V", "GetSetHandler")]
public virtual void Set()

Set(Double, Double, Double, Double)

Declaration
[Register("set", "(DDDD)V", "GetSet_DDDDHandler")]
public virtual void Set(double p0, double p1, double p2, double p3)
Parameters
Type Name Description
System.Double p0
System.Double p1
System.Double p2
System.Double p3

Set(Int32, Double)

Declaration
[Register("set", "(ID)V", "GetSet_IDHandler")]
public virtual void Set(int p0, double p1)
Parameters
Type Name Description
System.Int32 p0
System.Double p1

SetColorantNum(Int32)

Declaration
[Register("setColorantNum", "(I)V", "GetSetColorantNum_IHandler")]
public virtual void SetColorantNum(int p0)
Parameters
Type Name Description
System.Int32 p0

Implements

Android.Runtime.IJavaObject
Java.Interop.IJavaPeerable
System.IDisposable
In This Article
Back to top Generated by DocFX