Class ZoomRange
- Namespace
- ScanbotSDK.MAUI.RTU.v1
- Assembly
- ScanbotSDK.Shared.dll
public class ZoomRange
- Inheritance
-
ZoomRange
- Inherited Members
- Extension Methods
Constructors
ZoomRange(float, float)
Common model class for Camera Zoom Range.
public ZoomRange(float minZoom = 1, float maxZoom = 12)
Parameters
minZoom
floatThe default value is 1.0f which results in complete zoom out state.
maxZoom
floatThe 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; }