Skip to main content
A newer version of this page is available. .

ShapePolygonBase Class

Defines the base class for all the shape types based on a regular polygon.

Namespace: DevExpress.XtraPrinting.Shape

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

public abstract class ShapePolygonBase :
    FilletShapeBase

Remarks

This class implements the functionality common to all the shapes represented by a polygon (e.g. ShapePolygon and ShapeStar).

To learn more about shapes, see the Drawing Lines and Shapes topic.

Inheritance

Object
DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase
See Also