Class PTColorPickerViewControllerDelegate
Inheritance
System.Object
PTColorPickerViewControllerDelegate
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
ObjCRuntime.INativeObject
System.IDisposable