Click or drag to resize

AnnotateViewerBurn Method (AnnotationData, AtalaImage)

Burns an annotation data 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(
	AnnotationData annotation,
	AtalaImage image
)

Parameters

annotation
Type: Atalasoft.AnnotateAnnotationData
The annotation to burn.
image
Type: Atalasoft.ImagingAtalaImage
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