Class MagnifierView
- Namespace
- IO.Scanbot.Sdk.UI
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class MagnifierView : View
- Inheritance
-
MagnifierView
Constructors
MagnifierView(Context, IAttributeSet)
public MagnifierView(Context context, IAttributeSet attrs)
Parameters
context Context
attrs IAttributeSet
Properties
A
public float A { get; set; }
Property Value
- float
B
public float B { get; set; }
Property Value
- float
C
public int C { get; set; }
Property Value
- int
E
public PointF E { get; set; }
Property Value
- PointF
F
public Bitmap F { get; set; }
Property Value
- Bitmap
G
public bool G { get; set; }
Property Value
- bool
Methods
DispatchDraw(Canvas)
public void DispatchDraw(Canvas canvas)
Parameters
canvas Canvas
DrawMagnifier(PointF)
public void DrawMagnifier(PointF zoomPoint)
Parameters
zoomPoint PointF
EraseMagnifier()
public void EraseMagnifier()
OnAttachedToWindow()
public void OnAttachedToWindow()
OnDetachedFromWindow()
public void OnDetachedFromWindow()
OnLayout(bool, int, int, int, int)
public void OnLayout(bool changed, int left, int top, int right, int bottom)
Parameters
changed bool
left int
top int
right int
bottom int
SetEnableBounding(bool)
public void SetEnableBounding(bool enableBounding)
Parameters
enableBounding bool
SetImageRotation(float)
public void SetImageRotation(float rotation)
Parameters
rotation float
SetupMagnifier(EditPolygonImageView)
public void SetupMagnifier(EditPolygonImageView view)
Parameters
view EditPolygonImageView