ShapeCollectionAddText Method (String, Point2d, Alignment, 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,
Alignment Alignment,
double angle
)
Public MustOverride Function AddText (
text As String,
point As Point2d,
Alignment As Alignment,
angle As Double
) As TextShape
Parameters
- text
- Type: SystemString
character - point
- Type: RootPro.RootProCAD.GeometryPoint2d
Represents the coordinates of the placement point Point2d - Alignment
- Type: RootPro.RootProCADAlignment
Placement reference position - angle
- Type: SystemDouble
Placement angle (Degree)
Return Value
Type:
TextShape representing the shape of the character
TextShape See Also