[]
        
Represents a rounded rectangle-like closed path.
public class RoundRectFigure : IFigure
  Public Class RoundRectFigure
    Implements IFigure
  | Name | Description | 
|---|---|
| RoundRectFigure(RectangleF, float) | Initializes a new instance of the RoundRectFigure class.  | 
      
| RoundRectFigure(RectangleF, float, float) | Initializes a new instance of the RoundRectFigure class.  | 
      
| RoundRectFigure(float, float, float, float, float) | Initializes a new instance of the RoundRectFigure class.  | 
      
| RoundRectFigure(float, float, float, float, float, float) | Initializes a new instance of the RoundRectFigure class.  | 
      
| Name | Description | 
|---|---|
| Bounds | Gets or sets the bounds for the rounded rectangle.  | 
      
| Counterclockwise | Gets or sets a value indicating if the points should be arranged counterclockwise.  | 
      
| RadiusX | Gets or sets the x-radius for the quarter ellipse that is drawn to replace every corner of the rectangle.  | 
      
| RadiusY | Gets or sets the y-radius for the quarter ellipse that is drawn to replace every corner of the rectangle.  | 
      
| Transform | Gets or sets the transformation matrix.  | 
      
| Name | Description | 
|---|---|
| Clone() | Creates a copy of the current figure.  |