Click or drag to resize

ShapeCollectionAddText Method (String, Point2d, Double)

Add characters.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract TextShape AddText(
	string text,
	Point2d point,
	double angle
)

Parameters

text
Type: SystemString
character
point
Type: RootPro.RootProCAD.GeometryPoint2d
Represents the coordinates of the placement point Point2d
angle
Type: SystemDouble
Placement angle (Degree)

Return Value

Type: TextShape
representing the shape of the character TextShape
See Also