Click or drag to resize

AtalaAnnotationViewerBurn Method (WpfAnnotationUI, AtalaImage)

Burns the specified annotation 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(
	WpfAnnotationUI annotation,
	AtalaImage image
)

Parameters

annotation
Type: Atalasoft.Annotate.WpfWpfAnnotationUI
The annotation to burn.
image
Type: Atalasoft.ImagingAtalaImage
The image to burn the annotation onto.

Return Value

Type: AtalaImage
A new image with the annotation.
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