Class ZoomCameraValue
- Namespace
- IO.Scanbot.Sdk.Ui_v2.Common.Camera
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui_v2/common/camera/ZoomCameraValue", DoNotGenerateAcw = true)]
public sealed class ZoomCameraValue : Object, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
ZoomCameraValue
- Implements
-
- Inherited Members
-
Constructors
ZoomCameraValue(float, bool)
[Register(".ctor", "(FZ)V", "")]
public ZoomCameraValue(float zoomFactor, bool applyValue)
Parameters
zoomFactor
float
applyValue
bool
Properties
ApplyValue
public bool ApplyValue { get; }
Property Value
- bool
ZoomFactor
public float ZoomFactor { get; }
Property Value
- float
Methods
Component1()
[Register("component1", "()F", "")]
public float Component1()
Returns
- float
Component2()
[Register("component2", "()Z", "")]
public bool Component2()
Returns
- bool
Copy(float, bool)
[Register("copy", "(FZ)Lio/scanbot/sdk/ui_v2/common/camera/ZoomCameraValue;", "")]
public ZoomCameraValue Copy(float zoomFactor, bool applyValue)
Parameters
zoomFactor
float
applyValue
bool
Returns
- ZoomCameraValue