Click or drag to resize

AnnotateViewerBurn Method (AnnotationUICollection, AtalaImage)

Burns a collection of AnnotationUI 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(
	AnnotationUICollection annotations,
	AtalaImage image
)

Parameters

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