Click or drag to resize

WpfAnnotationCanvasBurn Method (BitmapSource)

Burns all annotations and BitmapSource together, returning the combined image.

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 BitmapSource Burn(
	BitmapSource source
)

Parameters

source
Type: System.Windows.Media.ImagingBitmapSource
A BitmapSource onto which annotations will burn.

Return Value

Type: BitmapSource
A new image of the combined source image and annotations.
Exceptions
ExceptionCondition
Thrown if the source argument is null (Nothing in VB).
Examples
Burn Method
See Also