WpfConverterAtalaImageToBitmapSource Method |
Converts an AtalaImage to a BitmapSource.
Namespace:
Atalasoft.Imaging.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public static BitmapSource AtalaImageToBitmapSource(
AtalaImage atalaImage
)
Public Shared Function AtalaImageToBitmapSource (
atalaImage As AtalaImage
) As BitmapSource
Parameters
- atalaImage
- Type: Atalasoft.ImagingAtalaImage
The AtalaImage to convert.
Return Value
Type:
BitmapSource A BitmapSource for the image.
Remarks The AtalaImage can be disposed after the conversion to free up memory.
See Also