[]
        
Represents a path consisting of straight line segments closing in a loop.
public class FreeFormPolygon : IFigure
  Public Class FreeFormPolygon
    Implements IFigure
  | Name | Description | 
|---|---|
| FreeFormPolygon(params PointF[]) | Initializes a new instance of the FreeFormPolygon class.  | 
      
| Name | Description | 
|---|---|
| Points | Gets or sets the array of source points (before their transformation).  | 
      
| Transform | Gets or sets the transformation matrix.  | 
      
| Name | Description | 
|---|---|
| Clone() | Creates a copy of the current figure.  | 
      
| Invalidate() | Call this method if some points in the Points array were changed from user code.  | 
      
| Reverse() | Reverses the order of points in the figure.  |