Click or drag to resize

WpfAnnotationCanvasBurn Method (WpfAnnotationUICollection, BitmapSource)

Burns annotations in the provided WpfAnnotationUICollection along with the provided BitmapSource and returns 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(
	WpfAnnotationUICollection annotations,
	BitmapSource source
)

Parameters

annotations
Type: Atalasoft.Annotate.WpfWpfAnnotationUICollection
A WpfAnnotationUICollection containing annotations to burn.
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 any arguments are null (Nothing in VB).
Examples
Burn Method
See Also