Table of Contents

Class ZoomRange

Namespace
ScanbotSDK.MAUI
Assembly
ScanbotSDK.Shared.dll
public class ZoomRange
Inheritance
ZoomRange
Inherited Members

Constructors

ZoomRange(float, float)

public ZoomRange(float minZoom = 1, float maxZoom = 12)

Parameters

minZoom float
maxZoom float

Properties

MaxZoom

public float MaxZoom { get; set; }

Property Value

float

MinZoom

public float MinZoom { get; set; }

Property Value

float