Click or drag to resize

AnnotateViewer.Burn Method (AnnotationDataCollection, AtalaImage)

Burns a collection of AnnotationData objects 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(
	AnnotationDataCollection annotations,
	AtalaImage image
)

Parameters

annotations
Type: Atalasoft.Annotate.AnnotationDataCollection
An AnnotationDataCollection containing the annotations 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 annotations is null (Nothing in VB).
See Also