Click or drag to resize

ShapeFactoryCreateBalloon Method

Create a new instance of the balloon.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract BalloonShape CreateBalloon(
	string text,
	Point2d[] points
)

Parameters

text
Type: SystemString
Balloon character
points
Type: RootPro.RootProCAD.GeometryPoint2d
An array of Point2d representing the coordinates of the point sequence of the leader line

Return Value

Type: BalloonShape
representing a balloon shape BalloonShape
See Also