Image Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a Image being passed into or retrieved from the Vision SDK.
public class Image : IDisposable
type Image = class
interface IDisposable
Public Class Image
Implements IDisposable
- Inheritance
-
Image
- Implements
Constructors
Image(Memory<Byte>) |
Constructs an image object with existing data. |
Properties
Data |
Gets available data from the image. |
Methods
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Extension Methods
SetProperty(Image, String, String) |
Sets the value of an advanced property by name. |
TryGetProperty(Image, String, String) |
Gets the value of an advanced property by name. |