IImage interface
Represents a single captured image, giving access to such properties as geometrical parameters. It allows you to get a bitmap handle corresponding to this image.
interface IImage : IDisposable
Properties
Name | Type | Description |
---|---|---|
ImageSize | Size, read-only | Width and height of captured image. |
ImageSource | ImageSource, read-only | Captured image. |
02.03.2022 12:59:15