Adds an AnnotationCanvas to the collection of annotations for this control.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void AddAnnotation(
	AnnotationCanvas a
)
Visual Basic
Public Sub AddAnnotation ( _
	a As AnnotationCanvas _
)
JScript
public function AddAnnotation(
	a : AnnotationCanvas
)

Parameters

a
Type: Ico.Windows.Media.Media3D..::..AnnotationCanvas
The annotation to add.

See Also