Show / Hide Table of Contents

Class PTSelectionRectView

Inheritance
System.Object
PTSelectionRectView
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class PTSelectionRectView : UIView

Constructors

PTSelectionRectView(CGRect, PTAnnot, PTAnnotEditTool, PTPDFViewCtrl)

Declaration
public PTSelectionRectView(CGRect frame, PTAnnot annot, PTAnnotEditTool tool, PTPDFViewCtrl pdfViewCtrl)
Parameters
Type Name Description
CoreGraphics.CGRect frame
PTAnnot annot
PTAnnotEditTool tool
PTPDFViewCtrl pdfViewCtrl

PTSelectionRectView(NSCoder)

Declaration
public PTSelectionRectView(NSCoder coder)
Parameters
Type Name Description
Foundation.NSCoder coder

PTSelectionRectView(NSObjectFlag)

Declaration
protected PTSelectionRectView(NSObjectFlag t)
Parameters
Type Name Description
Foundation.NSObjectFlag t

PTSelectionRectView(IntPtr)

Declaration
protected PTSelectionRectView(IntPtr handle)
Parameters
Type Name Description
System.IntPtr handle

Properties

Annot

Declaration
public virtual PTAnnot Annot { get; set; }
Property Value
Type Description
PTAnnot

Appearance

Declaration
public static PTSelectionRectView.PTSelectionRectViewAppearance Appearance { get; }
Property Value
Type Description
PTSelectionRectView.PTSelectionRectViewAppearance

ClassHandle

Declaration
public override IntPtr ClassHandle { get; }
Property Value
Type Description
System.IntPtr

DrawingMode

Declaration
public virtual PTSelectionRectViewDrawingMode DrawingMode { get; set; }
Property Value
Type Description
PTSelectionRectViewDrawingMode

PdfViewCtrl

Declaration
public virtual PTPDFViewCtrl PdfViewCtrl { get; set; }
Property Value
Type Description
PTPDFViewCtrl

RectOffset

Declaration
public virtual nfloat RectOffset { get; set; }
Property Value
Type Description
System.nfloat

Methods

AppearanceWhenContainedIn(Type[])

Declaration
public static PTSelectionRectView.PTSelectionRectViewAppearance AppearanceWhenContainedIn(params Type[] containers)
Parameters
Type Name Description
System.Type[] containers
Returns
Type Description
PTSelectionRectView.PTSelectionRectViewAppearance

Dispose(Boolean)

Declaration
protected override void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing

GetAppearance(UITraitCollection)

Declaration
public static PTSelectionRectView.PTSelectionRectViewAppearance GetAppearance(UITraitCollection traits)
Parameters
Type Name Description
UIKit.UITraitCollection traits
Returns
Type Description
PTSelectionRectView.PTSelectionRectViewAppearance

GetAppearance(UITraitCollection, Type[])

Declaration
public static PTSelectionRectView.PTSelectionRectViewAppearance GetAppearance(UITraitCollection traits, params Type[] containers)
Parameters
Type Name Description
UIKit.UITraitCollection traits
System.Type[] containers
Returns
Type Description
PTSelectionRectView.PTSelectionRectViewAppearance

GetAppearance<T>()

Declaration
public static PTSelectionRectView.PTSelectionRectViewAppearance GetAppearance<T>()
    where T : PTSelectionRectView
Returns
Type Description
PTSelectionRectView.PTSelectionRectViewAppearance
Type Parameters
Name Description
T

GetAppearance<T>(UITraitCollection)

Declaration
public static PTSelectionRectView.PTSelectionRectViewAppearance GetAppearance<T>(UITraitCollection traits)
    where T : PTSelectionRectView
Parameters
Type Name Description
UIKit.UITraitCollection traits
Returns
Type Description
PTSelectionRectView.PTSelectionRectViewAppearance
Type Parameters
Name Description
T

GetAppearance<T>(UITraitCollection, Type[])

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 Description
PTSelectionRectView.PTSelectionRectViewAppearance
Type Parameters
Name Description
T

RefreshLiveAppearance()

Declaration
public virtual void RefreshLiveAppearance()

RemoveLiveAppearance()

Declaration
public virtual void RemoveLiveAppearance()
Back to top Generated by DocFX