Skip to main content

DiagramShape(ShapeDescription, RectangleF, String) Constructor

Initializes a new instance of the DiagramShape class with the specified settings.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public DiagramShape(
    ShapeDescription shape,
    RectangleF bounds,
    string content
)

Parameters

Name Type Description
shape ShapeDescription

The shape kind. This object is used to initialize the DiagramShape.Shape property.

bounds RectangleF

A RectangleF object that represents the shape bounds.

content String

The text displayed within the shape.

See Also