Click or drag to resize

TextEntityTransform Method (Transform, DimensionStyle)

Transform the object by a 4x4 transform matrix and change text height override to accommodate scaling in the transform if necessary

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool Transform(
	Transform transform,
	DimensionStyle style
)

Parameters

transform
Type: Rhino.GeometryTransform
An Transform with the transformation information
style
Type: Rhino.DocObjectsDimensionStyle

[Missing <param name="style"/> documentation for "M:Rhino.Geometry.TextEntity.Transform(Rhino.Geometry.Transform,Rhino.DocObjects.DimensionStyle)"]

Return Value

Type: Boolean
Returns true on success otherwise returns false.
See Also