Table of Contents

Class Extensions

Namespace
ScanbotSDK.MAUI.Droid.Utils
Assembly
ScanbotSDK.Shared.dll
public static class Extensions
Inheritance
Extensions
Inherited Members

Methods

ToBitmap(ImageSource)

public static Task<Bitmap> ToBitmap(this ImageSource source)

Parameters

source ImageSource

Returns

Task<Bitmap>

ToImageSource(Bitmap)

public static ImageSource ToImageSource(this Bitmap image)

Parameters

image Bitmap

Returns

ImageSource