Show / Hide Table of Contents

Class PTColorPickerViewControllerDelegate

Inheritance
System.Object
PTColorPickerViewControllerDelegate
Implements
IPTColorPickerViewControllerDelegate
ObjCRuntime.INativeObject
System.IDisposable
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public abstract class PTColorPickerViewControllerDelegate : NSObject, IPTColorPickerViewControllerDelegate, INativeObject, IDisposable

Constructors

PTColorPickerViewControllerDelegate()

Declaration
protected PTColorPickerViewControllerDelegate()

PTColorPickerViewControllerDelegate(NSObjectFlag)

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

PTColorPickerViewControllerDelegate(IntPtr)

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

Methods

ColorPickerControllerDidSelectColor(PTColorPickerViewController, UIColor)

Declaration
public abstract void ColorPickerControllerDidSelectColor(PTColorPickerViewController colorPickerController, UIColor color)
Parameters
Type Name Description
PTColorPickerViewController colorPickerController
UIKit.UIColor color

Implements

IPTColorPickerViewControllerDelegate
ObjCRuntime.INativeObject
System.IDisposable
Back to top Generated by DocFX