Class ZoomRange
- Namespace
- ScanbotSDK.MAUI
- Assembly
- ScanbotSDK.Shared.dll
public class ZoomRange
- Inheritance
-
ZoomRange
- Inherited Members
Constructors
ZoomRange(float, float)
Common model class for Camera Zoom Range.
public ZoomRange(float minZoom = 1, float maxZoom = 12)
Parameters
minZoomfloatThe default value is 1.0f which results in complete zoom out state.
maxZoomfloatThe default value is 12.0f which results in maximum zoom in state.
Properties
MaxZoom
public float MaxZoom { get; set; }
Property Value
MinZoom
public float MinZoom { get; set; }