Click or drag to resize

WpfObjectConverterConvertAnnotationImage Method (AnnotationImage)

Converts a AnnotationImage to a System.Windows.Media.Imaging.BitmapSource.

Namespace:  Atalasoft.Annotate.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 ConvertAnnotationImage(
	AnnotationImage image
)

Parameters

image
Type: Atalasoft.AnnotateAnnotationImage
The AnnotationImage to convert.

Return Value

Type: BitmapSource
A System.Windows.Media.Imaging.BitmapSource of the image.
See Also