Show / Hide Table of Contents

Class RotateHandleView

Inheritance
System.Object
RotateHandleView
SelectionHandleView
Namespace: pdftron.PDF.Widget
Assembly: PDFViewCtrlTools.dll
Syntax
public class RotateHandleView : LinearLayout

Constructors

RotateHandleView(Context)

Declaration
public RotateHandleView(Context context)
Parameters
Type Name Description
Android.Content.Context context

RotateHandleView(Context, IAttributeSet)

Declaration
public RotateHandleView(Context context, IAttributeSet attrs)
Parameters
Type Name Description
Android.Content.Context context
Android.Util.IAttributeSet attrs

RotateHandleView(Context, IAttributeSet, Int32)

Declaration
public RotateHandleView(Context context, IAttributeSet attrs, int defStyleAttr)
Parameters
Type Name Description
Android.Content.Context context
Android.Util.IAttributeSet attrs
System.Int32 defStyleAttr

RotateHandleView(IntPtr, JniHandleOwnership)

Declaration
protected RotateHandleView(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
Type Name Description
System.IntPtr javaReference
Android.Runtime.JniHandleOwnership transfer

Properties

JniPeerMembers

Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Type Description
Java.Interop.JniPeerMembers

MFab

Declaration
protected ImageView MFab { get; set; }
Property Value
Type Description
Android.Widget.ImageView

ThresholdClass

Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
Type Description
System.IntPtr

ThresholdType

Declaration
protected override Type ThresholdType { get; }
Property Value
Type Description
System.Type

Methods

Init()

Declaration
protected virtual void Init()

SetCustomSize(Int32)

Declaration
public virtual void SetCustomSize(int sizeRes)
Parameters
Type Name Description
System.Int32 sizeRes

SetImageResource(Int32)

Declaration
public virtual void SetImageResource(int resId)
Parameters
Type Name Description
System.Int32 resId

SetListener(RotateHandleView.IRotateHandleViewListener)

Declaration
public virtual void SetListener(RotateHandleView.IRotateHandleViewListener listener)
Parameters
Type Name Description
RotateHandleView.IRotateHandleViewListener listener
In This Article
Back to top Generated by DocFX