Back to Devexpress

ClosedShapeBase Class

corelibraries-devexpress-dot-xtraprinting-dot-shape-4d7c9e8a.md

latest2.1 KB
Original Source

ClosedShapeBase Class

Defines the base class for all the shape types represented by a closed figure.

Namespace : DevExpress.XtraPrinting.Shape

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public abstract class ClosedShapeBase :
    ShapeBase
vb
Public MustInherit Class ClosedShapeBase
    Inherits ShapeBase

Remarks

This class implements the functionality common to closed shape types (e.g. ShapeArrow, ShapePolygon, ShapeCross).

To learn more about shapes see the XRShape topic.

Inheritance

Show 12 items

Object DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase ShapeBase ClosedShapeBase FilletShapeBase

ShapeEllipse

ShapeStar

ShapeArrow

ShapeCross

ShapePolygon

ShapePolygonBase

ShapeRectangle

See Also

ClosedShapeBase Members

DevExpress.XtraPrinting.Shape Namespace