Add a new text annotation
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| Visual Basic |
|---|
Public Function AddTextAnnotation ( _
text As String, _
position As Point3D _
) As AnnotationCanvas |
| JScript |
|---|
public function AddTextAnnotation(
text : String,
position : Point3D
) : AnnotationCanvas |
Parameters
- text
- Type: System..::..String
The text for the annotation
- position
- Type: System.Windows.Media.Media3D..::..Point3D
The position of the annotation
Return Value
The
AnnotationCanvas that was created
See Also