Click or drag to resize

ShapeFactoryCreateCircle Method

Create a new instance of 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 CreateCircle(
	Point2d center,
	double radius
)

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