Class PTSelectionRectView
Inheritance
System.Object
PTSelectionRectView
Assembly: Tools.dll
public class PTSelectionRectView : UIView
Constructors
Declaration
public PTSelectionRectView(CGRect frame, PTAnnot annot, PTAnnotEditTool tool, PTPDFViewCtrl pdfViewCtrl)
Parameters
Declaration
public PTSelectionRectView(NSCoder coder)
Parameters
Type |
Name |
Description |
Foundation.NSCoder |
coder |
|
Declaration
protected PTSelectionRectView(NSObjectFlag t)
Parameters
Type |
Name |
Description |
Foundation.NSObjectFlag |
t |
|
Declaration
protected PTSelectionRectView(IntPtr handle)
Parameters
Type |
Name |
Description |
System.IntPtr |
handle |
|
Properties
Declaration
public virtual PTAnnot Annot { get; set; }
Property Value
Declaration
public static PTSelectionRectView.PTSelectionRectViewAppearance Appearance { get; }
Property Value
Declaration
public override IntPtr ClassHandle { get; }
Property Value
Type |
Description |
System.IntPtr |
|
Declaration
public virtual PTSelectionRectViewDrawingMode DrawingMode { get; set; }
Property Value
Declaration
public virtual PTPDFViewCtrl PdfViewCtrl { get; set; }
Property Value
Declaration
public virtual nfloat RectOffset { get; set; }
Property Value
Type |
Description |
System.nfloat |
|
Methods
Declaration
public static PTSelectionRectView.PTSelectionRectViewAppearance AppearanceWhenContainedIn(params Type[] containers)
Parameters
Type |
Name |
Description |
System.Type[] |
containers |
|
Returns
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Declaration
public static PTSelectionRectView.PTSelectionRectViewAppearance GetAppearance(UITraitCollection traits)
Parameters
Type |
Name |
Description |
UIKit.UITraitCollection |
traits |
|
Returns
Declaration
public static PTSelectionRectView.PTSelectionRectViewAppearance GetAppearance(UITraitCollection traits, params Type[] containers)
Parameters
Type |
Name |
Description |
UIKit.UITraitCollection |
traits |
|
System.Type[] |
containers |
|
Returns
Declaration
public static PTSelectionRectView.PTSelectionRectViewAppearance GetAppearance<T>()
where T : PTSelectionRectView
Returns
Type Parameters
Declaration
public static PTSelectionRectView.PTSelectionRectViewAppearance GetAppearance<T>(UITraitCollection traits)
where T : PTSelectionRectView
Parameters
Type |
Name |
Description |
UIKit.UITraitCollection |
traits |
|
Returns
Type Parameters
Declaration
public static PTSelectionRectView.PTSelectionRectViewAppearance GetAppearance<T>(UITraitCollection traits, params Type[] containers)
where T : PTSelectionRectView
Parameters
Type |
Name |
Description |
UIKit.UITraitCollection |
traits |
|
System.Type[] |
containers |
|
Returns
Type Parameters
Declaration
public virtual void RefreshLiveAppearance()
Declaration
public virtual void RemoveLiveAppearance()