Click or drag to resize

TextObjectGetTextCorners Method

Gets the world 3D corner points of the whole text object.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.21
Syntax
public Point3d[] GetTextCorners(
	RhinoViewport viewport
)

Parameters

viewport
Type: Rhino.DisplayRhinoViewport
The viewport in which to make the calculation.

Return Value

Type: Point3d
The four corner points if successful, an empty array on failure.
Exceptions
ExceptionCondition
ArgumentNullException
See Also