ShapeCollectionAddCircle Method |
Add a circle.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract CircleShape AddCircle(
Point2d center,
double radius
)
Public MustOverride Function AddCircle (
center As Point2d,
radius As Double
) As CircleShape
Parameters
- center
- Type: RootPro.RootProCAD.GeometryPoint2d
representing the coordinates of the center point Point2d - radius
- Type: SystemDouble
radius
Return Value
Type:
CircleShape Represents a circle shape
CircleShape See Also