Click or drag to resize

AnnotateViewer.Burn Method (AnnotationUI, AtalaImage)

Burns an annotation onto the supplied image or the current image.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Burn(
	AnnotationUI annotation,
	AtalaImage image
)

Parameters

annotation
Type: Atalasoft.Annotate.UI.AnnotationUI
The annotation to burn.
image
Type: Atalasoft.Imaging.AtalaImage
The image to burn the annotation onto. If null (Nothing in VB) the current image in the viewer is used.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if annotation is null (Nothing in VB).
See Also