Back to Devexpress

ShapePolygonBase Class

corelibraries-devexpress-dot-xtraprinting-dot-shape-bd0ccc29.md

latest1.8 KB
Original Source

ShapePolygonBase Class

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

Namespace : DevExpress.XtraPrinting.Shape

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public abstract class ShapePolygonBase :
    FilletShapeBase
vb
Public MustInherit Class ShapePolygonBase
    Inherits 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 ShapeBase ClosedShapeBase FilletShapeBase ShapePolygonBase ShapePolygon

ShapeStar

See Also

ShapePolygonBase Members

DevExpress.XtraPrinting.Shape Namespace