Class SelectionLoupe
Inheritance
System.Object
SelectionLoupe
Assembly: PDFViewCtrlTools.dll
public class SelectionLoupe : CardView
Constructors
Declaration
public SelectionLoupe(PDFViewCtrl pdfViewCtrl)
Parameters
Type |
Name |
Description |
pdftronprivate.PDF.PDFViewCtrl |
pdfViewCtrl |
|
Declaration
public SelectionLoupe(PDFViewCtrl pdfViewCtrl, int type)
Parameters
Type |
Name |
Description |
pdftronprivate.PDF.PDFViewCtrl |
pdfViewCtrl |
|
System.Int32 |
type |
|
Declaration
protected SelectionLoupe(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
Type |
Name |
Description |
System.IntPtr |
javaReference |
|
Android.Runtime.JniHandleOwnership |
transfer |
|
Properties
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Type |
Description |
Java.Interop.JniPeerMembers |
|
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
Type |
Description |
System.IntPtr |
|
Declaration
protected override Type ThresholdType { get; }
Property Value
Type |
Description |
System.Type |
|
Methods
Declaration
public virtual void Dismiss()
Declaration
public virtual void Setup(Bitmap bitmap)
Parameters
Type |
Name |
Description |
Android.Graphics.Bitmap |
bitmap |
|
Declaration
public virtual void Setup(Bitmap bitmap, float cornerRadius)
Parameters
Type |
Name |
Description |
Android.Graphics.Bitmap |
bitmap |
|
System.Single |
cornerRadius |
|
Declaration
public virtual void Show()
Declaration
public virtual void Show(float xPosInView, float yPosInView)
Parameters
Type |
Name |
Description |
System.Single |
xPosInView |
|
System.Single |
yPosInView |
|