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
)
Public Sub New (
text As String,
location As Point3d
)
Parameters
- text
- Type: SystemString
Text. - location
- Type: Rhino.GeometryPoint3d
A position.
See Also