Image class
Implementation of the IImage interface, providing access to the image.
class Image : IImage
Properties
Name | Type | Description |
---|---|---|
Bitmap | Bitmap, read-only | Android native image object, referring to the captured image. |
ImageSource | ImageSource, read-only | Captured image source. |
02.03.2022 12:59:15