TextDrawable.GetTransformedDrawable

TextDrawable.GetTransformedDrawable method

Creates a new Text drawable using provided points and non-geometric properties of current Text drawable

public override IIgesDrawable GetTransformedDrawable(Point3D[] newPoints)
ParameterTypeDescription
newPointsPoint3D[]All points defining new geometry

Return Value

New Text drawable with new geometry and current non-geometric properties

See Also