Table of Contents

Enum ResamplingMethod

Namespace
ScanbotSDK.MAUI
Assembly
ScanbotSDK.Shared.dll
[JsonConverter(typeof(ResamplingMethodConverter))]
public enum ResamplingMethod

Fields

Area = 5
Cubic = 3
Lanczos4 = 4
Linear = 2
Nearest = 1
None = 0