[]
        
Represents an ellipse-like closed path.
public class EllipticFigure : IFigure
  Public Class EllipticFigure
    Implements IFigure
  | Name | Description | 
|---|---|
| EllipticFigure(RectangleF) | Initializes a new instance of the EllipticFigure class.  | 
      
| EllipticFigure(float, float, float, float) | Initializes a new instance of the EllipticFigure class.  | 
      
| Name | Description | 
|---|---|
| Bounds | Gets or sets the bounds for the elliptic region.  | 
      
| Counterclockwise | Gets or sets a value indicating if the points should be arranged counterclockwise.  | 
      
| Transform | Gets or sets the transformation matrix.  | 
      
| Name | Description | 
|---|---|
| Clone() | Creates a copy of the current figure.  |