Show / Hide Table of Contents

Interface IPTColorPickerViewControllerDelegate

Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public interface IPTColorPickerViewControllerDelegate : INativeObject, IDisposable

Methods

ColorPickerControllerDidSelectColor(PTColorPickerViewController, UIColor)

Declaration
void ColorPickerControllerDidSelectColor(PTColorPickerViewController colorPickerController, UIColor color)
Parameters
Type Name Description
PTColorPickerViewController colorPickerController
UIKit.UIColor color
Back to top Generated by DocFX