Class ImageRefPoolSnapshot
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
public class ImageRefPoolSnapshot
- Inheritance
-
ImageRefPoolSnapshot
- Inherited Members
-
Constructors
ImageRefPoolSnapshot()
public ImageRefPoolSnapshot()
Properties
ImageRefProfiles
public required ImageRefProfile[] ImageRefProfiles { get; set; }
Property Value
- ImageRefProfile[]
TotalMemoryConsumption
public long TotalMemoryConsumption { get; set; }
Property Value
- long
Methods
FromNative(ImageRefPoolSnapshot)
public static ImageRefPoolSnapshot FromNative(ImageRefPoolSnapshot source)
Parameters
source
ImageRefPoolSnapshot
Returns
- ImageRefPoolSnapshot
FromNative(SBSDKImageRefPoolSnapshot)
public static ImageRefPoolSnapshot FromNative(SBSDKImageRefPoolSnapshot source)
Parameters
source
SBSDKImageRefPoolSnapshot
Returns
- ImageRefPoolSnapshot
ToNative()
public ImageRefPoolSnapshot ToNative()
Returns
- ImageRefPoolSnapshot