Image class
Implementation of the IImage interface, providing access to the image.
class Image : IImage
Properties
| Name | Type | Description |
|---|---|---|
| UIImage | UIImage, read-only | iOS native image object, referring to the captured image. |
| ImageSource | ImageSource, read-only | Captured image source. |
3/2/2022 12:59:15 PM