Class PTPencilDrawingCreate
Inheritance
System.Object
PTPencilDrawingCreate
Implements
ObjCRuntime.INativeObject
System.IDisposable
UIKit.IUIAdaptivePresentationControllerDelegate
UIKit.IUIGestureRecognizerDelegate
UIKit.IUIPopoverPresentationControllerDelegate
Assembly: Tools.dll
public class PTPencilDrawingCreate : PTCreateToolBase, IPTNoteEditControllerDelegate, IPTOverridable, IPTToolSwitching, IPTPDFViewCtrlToolDelegate
Constructors
Declaration
public PTPencilDrawingCreate()
Declaration
public PTPencilDrawingCreate(NSCoder coder)
Parameters
Type |
Name |
Description |
Foundation.NSCoder |
coder |
|
Declaration
protected PTPencilDrawingCreate(NSObjectFlag t)
Parameters
Type |
Name |
Description |
Foundation.NSObjectFlag |
t |
|
Declaration
protected PTPencilDrawingCreate(IntPtr handle)
Parameters
Type |
Name |
Description |
System.IntPtr |
handle |
|
Properties
Declaration
public static PTPencilDrawingCreate.PTPencilDrawingCreateAppearance Appearance { get; }
Property Value
Declaration
public virtual PTCanvasView CanvasView { get; set; }
Property Value
Declaration
public override IntPtr ClassHandle { get; }
Property Value
Type |
Description |
System.IntPtr |
|
Overrides
Declaration
public PTPencilDrawingCreateDelegate Delegate { get; set; }
Property Value
Declaration
public virtual bool ShouldShowToolPicker { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public virtual NSObject WeakDelegate { get; set; }
Property Value
Type |
Description |
Foundation.NSObject |
|
Methods
Declaration
public static PTPencilDrawingCreate.PTPencilDrawingCreateAppearance AppearanceWhenContainedIn(params Type[] containers)
Parameters
Type |
Name |
Description |
System.Type[] |
containers |
|
Returns
Declaration
public virtual void CancelEditingAnnotation()
Declaration
public virtual void CommitAnnotation()
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Overrides
Declaration
public virtual void EditAnnotation(PTAnnot annot, int pageNumber)
Parameters
Type |
Name |
Description |
PTAnnot |
annot |
|
System.Int32 |
pageNumber |
|
Declaration
public static PTPencilDrawingCreate.PTPencilDrawingCreateAppearance GetAppearance(UITraitCollection traits)
Parameters
Type |
Name |
Description |
UIKit.UITraitCollection |
traits |
|
Returns
Declaration
public static PTPencilDrawingCreate.PTPencilDrawingCreateAppearance GetAppearance(UITraitCollection traits, params Type[] containers)
Parameters
Type |
Name |
Description |
UIKit.UITraitCollection |
traits |
|
System.Type[] |
containers |
|
Returns
Declaration
public static PTPencilDrawingCreate.PTPencilDrawingCreateAppearance GetAppearance<T>()
where T : PTPencilDrawingCreate
Returns
Type Parameters
Declaration
public static PTPencilDrawingCreate.PTPencilDrawingCreateAppearance GetAppearance<T>(UITraitCollection traits)
where T : PTPencilDrawingCreate
Parameters
Type |
Name |
Description |
UIKit.UITraitCollection |
traits |
|
Returns
Type Parameters
Declaration
public static PTPencilDrawingCreate.PTPencilDrawingCreateAppearance GetAppearance<T>(UITraitCollection traits, params Type[] containers)
where T : PTPencilDrawingCreate
Parameters
Type |
Name |
Description |
UIKit.UITraitCollection |
traits |
|
System.Type[] |
containers |
|
Returns
Type Parameters
Events
Declaration
public event EventHandler StrokeAdded
Event Type
Type |
Description |
System.EventHandler |
|
Implements
ObjCRuntime.INativeObject
System.IDisposable
UIKit.IUIAdaptivePresentationControllerDelegate
UIKit.IUIGestureRecognizerDelegate
UIKit.IUIPopoverPresentationControllerDelegate