Ellipse Class

Visual Basic
Public Class Ellipse
Inherits Curve
C#
public class Ellipse : Curve;
Description

 

This .NET class wraps the AcDbEllipse ObjectARX class. 

It represents the ELLIPSE entity in AutoCAD. It contains the methods to create, modify, and obtain properties of the ellipse.

Links
See Also