Class PTDigSigViewControllerDelegate
Inheritance
System.Object
PTDigSigViewControllerDelegate
Implements
ObjCRuntime.INativeObject
System.IDisposable
Assembly: Tools.dll
public abstract class PTDigSigViewControllerDelegate : NSObject, IPTDigSigViewControllerDelegate, INativeObject, IDisposable
Constructors
Declaration
protected PTDigSigViewControllerDelegate()
Declaration
protected PTDigSigViewControllerDelegate(NSObjectFlag t)
Parameters
Type |
Name |
Description |
Foundation.NSObjectFlag |
t |
|
Declaration
protected PTDigSigViewControllerDelegate(IntPtr handle)
Parameters
Type |
Name |
Description |
System.IntPtr |
handle |
|
Methods
Declaration
public abstract void DigSigViewController(PTDigSigViewController digSigViewController, NSMutableArray points, CGSize canvasSize)
Parameters
Type |
Name |
Description |
PTDigSigViewController |
digSigViewController |
|
Foundation.NSMutableArray |
points |
|
CoreGraphics.CGSize |
canvasSize |
|
Declaration
public abstract void DigSigViewController(PTDigSigViewController digSigViewController, UIImage image)
Parameters
Declaration
public abstract void DigSigViewControllerCloseSignatureDialog(PTDigSigViewController digSigViewController)
Parameters
Declaration
public abstract void DigSigViewControllerSignAndSave(PTDigSigViewController digSigViewController)
Parameters
Implements
ObjCRuntime.INativeObject
System.IDisposable