A newer version of this page is available.
Switch to the current version.
ClosedShapeBase Class
Defines the base class for all the shape types represented by a closed figure.
Namespace: DevExpress.XtraPrinting.Shape
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public abstract class ClosedShapeBase :
ShapeBase
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 Drawing Lines and Shapes topic.
See Also
Feedback