Options for converting a WinRT Windows.UI.Xaml.Media.ImageSource to a LEADTOOLS RasterImage object.
Members
Value | Member | Description |
---|---|---|
0 | None | Default |
1 | LinkImage | Uses the data from the source's native image object without making a copy.
In WinRT, it links the RasterImage to a WriteableBitmap. |
10 | AutoFreeLinkImage | Automatically frees the linked native image object when the RasterImage is disposed. |
This enumeration is used to specify the options for converting a WinRT Windows.UI.Xaml.Media.ImageSource into a LEADTOOLS RasterImage object by using the RasterImageConverter.ConvertFromImageSource method.
For more information refer to RasterImage and WinRT.