Skip to main content

ShapePolygonBase Class

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

Namespace: DevExpress.XtraPrinting.Shape

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

NuGet Package: DevExpress.Printing.Core

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 XRShape topic.

Inheritance

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