| ShapeFactoryCreateText Method (String, Point2d, Alignment, Double) | 
 
            Create a new instance of the character.
            
 
    Namespace: 
   RootPro.RootProCAD
    Assembly:
   RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
 Syntax
Syntaxpublic abstract TextShape CreateText(
	string text,
	Point2d point,
	Alignment Alignment,
	double angle
)
Public MustOverride Function CreateText ( 
	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
See Also