Class PreviewViewMeteringPointFactory
- Namespace
- IO.Scanbot.Sdk.UI.Camera
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class PreviewViewMeteringPointFactory : MeteringPointFactory
- Inheritance
-
PreviewViewMeteringPointFactory
Constructors
PreviewViewMeteringPointFactory(Display, ICameraInfo, Size, ScaleType, int, int)
public PreviewViewMeteringPointFactory(Display display, ICameraInfo cameraInfo, Size resolution, PreviewView.ScaleType scaleType, int viewWidth, int viewHeight)
Parameters
display
Display
cameraInfo
ICameraInfo
resolution
Size
scaleType
ScaleType
viewWidth
int
viewHeight
int
Properties
A
public DisplayOrientedMeteringPointFactory A { get; set; }
Property Value
- DisplayOrientedMeteringPointFactory
B
public float B { get; set; }
Property Value
- float
C
public float C { get; set; }
Property Value
- float
D
public float D { get; set; }
Property Value
- float
E
public float E { get; set; }
Property Value
- float
F
public PreviewView.ScaleType F { get; set; }
Property Value
- ScaleType
G
public bool G { get; set; }
Property Value
- bool
Methods
ConvertPoint(float, float)
[Obsolete("While this member is 'public', Google considers it internal API and reserves the right to modify or delete it in the future. Use at your own risk.")]
protected override PointF ConvertPoint(float x, float y)
Parameters
x
float
y
float
Returns
- PointF