Class PTAnnotSelectTool
Inheritance
System.Object
PTAnnotSelectTool
Implements
ObjCRuntime.INativeObject
System.IDisposable
UIKit.IUIAdaptivePresentationControllerDelegate
UIKit.IUIGestureRecognizerDelegate
UIKit.IUIPopoverPresentationControllerDelegate
Assembly: Tools.dll
public class PTAnnotSelectTool : PTTool, IPTNoteEditControllerDelegate, IPTOverridable, IPTToolSwitching, IPTPDFViewCtrlToolDelegate, INativeObject, IDisposable, IUIAdaptivePresentationControllerDelegate, IUIGestureRecognizerDelegate, IUIPopoverPresentationControllerDelegate
Constructors
Declaration
public PTAnnotSelectTool()
Declaration
public PTAnnotSelectTool(NSCoder coder)
Parameters
Type |
Name |
Description |
Foundation.NSCoder |
coder |
|
Declaration
protected PTAnnotSelectTool(NSObjectFlag t)
Parameters
Type |
Name |
Description |
Foundation.NSObjectFlag |
t |
|
Declaration
protected PTAnnotSelectTool(IntPtr handle)
Parameters
Type |
Name |
Description |
System.IntPtr |
handle |
|
Properties
Declaration
public static PTAnnotSelectTool.PTAnnotSelectToolAppearance Appearance { get; }
Property Value
Declaration
public override IntPtr ClassHandle { get; }
Property Value
Type |
Description |
System.IntPtr |
|
Overrides
Declaration
public virtual CGRect DrawArea { get; }
Property Value
Type |
Description |
CoreGraphics.CGRect |
|
Declaration
public virtual CGPoint EndPoint { get; set; }
Property Value
Type |
Description |
CoreGraphics.CGPoint |
|
PageNumber
Declaration
public virtual int PageNumber { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public virtual CGPoint StartPoint { get; set; }
Property Value
Type |
Description |
CoreGraphics.CGPoint |
|
Methods
Declaration
public static PTAnnotSelectTool.PTAnnotSelectToolAppearance AppearanceWhenContainedIn(params Type[] containers)
Parameters
Type |
Name |
Description |
System.Type[] |
containers |
|
Returns
Declaration
public static PTAnnotSelectTool.PTAnnotSelectToolAppearance GetAppearance(UITraitCollection traits)
Parameters
Type |
Name |
Description |
UIKit.UITraitCollection |
traits |
|
Returns
Declaration
public static PTAnnotSelectTool.PTAnnotSelectToolAppearance GetAppearance(UITraitCollection traits, params Type[] containers)
Parameters
Type |
Name |
Description |
UIKit.UITraitCollection |
traits |
|
System.Type[] |
containers |
|
Returns
Declaration
public static PTAnnotSelectTool.PTAnnotSelectToolAppearance GetAppearance<T>()
where T : PTAnnotSelectTool
Returns
Type Parameters
Declaration
public static PTAnnotSelectTool.PTAnnotSelectToolAppearance GetAppearance<T>(UITraitCollection traits)
where T : PTAnnotSelectTool
Parameters
Type |
Name |
Description |
UIKit.UITraitCollection |
traits |
|
Returns
Type Parameters
Declaration
public static PTAnnotSelectTool.PTAnnotSelectToolAppearance GetAppearance<T>(UITraitCollection traits, params Type[] containers)
where T : PTAnnotSelectTool
Parameters
Type |
Name |
Description |
UIKit.UITraitCollection |
traits |
|
System.Type[] |
containers |
|
Returns
Type Parameters
Implements
ObjCRuntime.INativeObject
System.IDisposable
UIKit.IUIAdaptivePresentationControllerDelegate
UIKit.IUIGestureRecognizerDelegate
UIKit.IUIPopoverPresentationControllerDelegate