Show / Hide Table of Contents

Class PTRotateWidgetView

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

Constructors

PTRotateWidgetView(CGPoint)

Declaration
public PTRotateWidgetView(CGPoint point)
Parameters
Type Name Description
CoreGraphics.CGPoint point

PTRotateWidgetView(NSCoder)

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

PTRotateWidgetView(NSObjectFlag)

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

PTRotateWidgetView(IntPtr)

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

Properties

Appearance

Declaration
public static PTRotateWidgetView.PTRotateWidgetViewAppearance Appearance { get; }
Property Value
Type Description
PTRotateWidgetView.PTRotateWidgetViewAppearance

ClassHandle

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

Diameter

Declaration
public static int Diameter { get; }
Property Value
Type Description
System.Int32

Methods

AppearanceWhenContainedIn(Type[])

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

GetAppearance(UITraitCollection)

Declaration
public static PTRotateWidgetView.PTRotateWidgetViewAppearance GetAppearance(UITraitCollection traits)
Parameters
Type Name Description
UIKit.UITraitCollection traits
Returns
Type Description
PTRotateWidgetView.PTRotateWidgetViewAppearance

GetAppearance(UITraitCollection, Type[])

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

GetAppearance<T>()

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

GetAppearance<T>(UITraitCollection)

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

GetAppearance<T>(UITraitCollection, Type[])

Declaration
public static PTRotateWidgetView.PTRotateWidgetViewAppearance GetAppearance<T>(UITraitCollection traits, params Type[] containers)
    where T : PTRotateWidgetView
Parameters
Type Name Description
UIKit.UITraitCollection traits
System.Type[] containers
Returns
Type Description
PTRotateWidgetView.PTRotateWidgetViewAppearance
Type Parameters
Name Description
T
Back to top Generated by DocFX