ShapeCollectionAddBalloon Method |
Add a 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 AddBalloon(
string text,
Point2d[] points
)
Public MustOverride Function AddBalloon (
text As String,
points As Point2d()
) As BalloonShape
Parameters
- text
- Type: SystemString
Balloon character - points
- Type: RootPro.RootProCAD.GeometryPoint2d
Array of Point2d that represents the coordinates of the point sequence of the leader line.
Return Value
Type:
BalloonShapeBalloonShape representing a balloon shape
See Also