ShapeFactoryCreateEllipse Method  | 
 
            Create a new instance of an ellipse.
            
 
    Namespace: 
   RootPro.RootProCAD
    Assembly:
   RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntaxpublic abstract EllipseShape CreateEllipse(
	Point2d center,
	double majorRadius,
	double minorRadius,
	double angle
)
Public MustOverride Function CreateEllipse ( 
	center As Point2d,
	majorRadius As Double,
	minorRadius As Double,
	angle As Double
) As EllipseShape
Parameters
- center
 - Type: RootPro.RootProCAD.GeometryPoint2d
 representing the coordinates of the center point  Point2d  - majorRadius
 - Type: SystemDouble
 long diameter  - minorRadius
 - Type: SystemDouble
 Short diameter  - angle
 - Type: SystemDouble
 Long diameter tilt angle (Degree)  
Return Value
Type: 
EllipseShape Represents an oval figure 
 EllipseShape 
See Also