Click or drag to resize

TextDot Constructor (String, Point3d)

Initializes a new text dot based on the text and the location.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public TextDot(
	string text,
	Point3d location
)

Parameters

text
Type: SystemString
Text.
location
Type: Rhino.GeometryPoint3d
A position.
See Also