Add a new text annotation

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

Syntax

C#
public AnnotationCanvas AddTextAnnotation(
	string text,
	Point3D position,
	Point3D anchorPoint
)
Visual Basic
Public Function AddTextAnnotation ( _
	text As String, _
	position As Point3D, _
	anchorPoint As Point3D _
) As AnnotationCanvas
JScript
public function AddTextAnnotation(
	text : String, 
	position : Point3D, 
	anchorPoint : Point3D
) : AnnotationCanvas

Parameters

text
Type: System..::..String
The text for the annotation
position
Type: System.Windows.Media.Media3D..::..Point3D
The position of the annotation
anchorPoint
Type: System.Windows.Media.Media3D..::..Point3D
The anchor point of the annotatation

Return Value

The AnnotationCanvas that was created

See Also