Click or drag to resize

AtalaAnnotationViewerBurn Method (WpfAnnotationUICollection, AtalaImage)

Burns the annotations in the provided collection along with the specified 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 AtalaImage Burn(
	WpfAnnotationUICollection annotations,
	AtalaImage image
)

Parameters

annotations
Type: Atalasoft.Annotate.WpfWpfAnnotationUICollection
The annotations to burn.
image
Type: Atalasoft.ImagingAtalaImage
The image to burn the annotations onto.

Return Value

Type: AtalaImage
A new image with the annotations.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if any argument is null (Nothing in VB).
Remarks
This method will not modify the image passed in as an argument.
See Also