[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.FreeFormPolygon

FreeFormPolygon Class

Represents a path consisting of straight line segments closing in a loop.

Inheritance
FreeFormPolygon
Implements
Namespace: GrapeCity.Documents.Imaging
Assembly: DS.Documents.Imaging.dll
Syntax
public class FreeFormPolygon : IFigure
Public Class FreeFormPolygon
    Implements IFigure

Constructors

Name Description
FreeFormPolygon(params PointF[])

Initializes a new instance of the FreeFormPolygon class.

Properties

Name Description
Points

Gets or sets the array of source points (before their transformation).

Transform

Gets or sets the transformation matrix.

Methods

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.