Class PTSmartPen
Inheritance
System.Object
PTSmartPen
Implements
ObjCRuntime.INativeObject
System.IDisposable
UIKit.IUIAdaptivePresentationControllerDelegate
UIKit.IUIGestureRecognizerDelegate
UIKit.IUIPopoverPresentationControllerDelegate
Assembly: Tools.dll
public class PTSmartPen : PTTool, IPTNoteEditControllerDelegate, IPTOverridable, IPTToolSwitching, IPTPDFViewCtrlToolDelegate
Constructors
Declaration
Declaration
public PTSmartPen(NSCoder coder)
Parameters
Type |
Name |
Description |
Foundation.NSCoder |
coder |
|
Declaration
protected PTSmartPen(NSObjectFlag t)
Parameters
Type |
Name |
Description |
Foundation.NSObjectFlag |
t |
|
Declaration
protected PTSmartPen(IntPtr handle)
Parameters
Type |
Name |
Description |
System.IntPtr |
handle |
|
Properties
Declaration
public virtual PTAnnotationStylePresetsGroup AnnotationStylePresets { get; }
Property Value
Declaration
public static PTSmartPen.PTSmartPenAppearance Appearance { get; }
Property Value
Declaration
public override IntPtr ClassHandle { get; }
Property Value
Type |
Description |
System.IntPtr |
|
Overrides
Declaration
public static Class DefaultSecondaryToolClass { get; set; }
Property Value
Type |
Description |
ObjCRuntime.Class |
|
Declaration
public virtual PTFreeHandCreate PrimaryTool { get; }
Property Value
Declaration
public virtual PTTextMarkupCreate SecondaryTool { get; }
Property Value
Declaration
public virtual Class SecondaryToolClass { get; set; }
Property Value
Type |
Description |
ObjCRuntime.Class |
|
Methods
Declaration
public static PTSmartPen.PTSmartPenAppearance AppearanceWhenContainedIn(params Type[] containers)
Parameters
Type |
Name |
Description |
System.Type[] |
containers |
|
Returns
Declaration
public virtual void EditAnnotationStyle(PTAnnotStyle annotationStyle)
Parameters
Declaration
public static PTSmartPen.PTSmartPenAppearance GetAppearance(UITraitCollection traits)
Parameters
Type |
Name |
Description |
UIKit.UITraitCollection |
traits |
|
Returns
Declaration
public static PTSmartPen.PTSmartPenAppearance GetAppearance(UITraitCollection traits, params Type[] containers)
Parameters
Type |
Name |
Description |
UIKit.UITraitCollection |
traits |
|
System.Type[] |
containers |
|
Returns
Declaration
public static PTSmartPen.PTSmartPenAppearance GetAppearance<T>()
where T : PTSmartPen
Returns
Type Parameters
Declaration
public static PTSmartPen.PTSmartPenAppearance GetAppearance<T>(UITraitCollection traits)
where T : PTSmartPen
Parameters
Type |
Name |
Description |
UIKit.UITraitCollection |
traits |
|
Returns
Type Parameters
Declaration
public static PTSmartPen.PTSmartPenAppearance GetAppearance<T>(UITraitCollection traits, params Type[] containers)
where T : PTSmartPen
Parameters
Type |
Name |
Description |
UIKit.UITraitCollection |
traits |
|
System.Type[] |
containers |
|
Returns
Type Parameters
Implements
ObjCRuntime.INativeObject
System.IDisposable
UIKit.IUIAdaptivePresentationControllerDelegate
UIKit.IUIGestureRecognizerDelegate
UIKit.IUIPopoverPresentationControllerDelegate