Skip to main content
A newer version of this page is available. .

DiagramShape(ShapeDescription, Single, Single, Single, Single, String) Constructor

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public DiagramShape(
    ShapeDescription shape,
    float x,
    float y,
    float width,
    float height,
    string content
)

Parameters

Name Type Description
shape ShapeDescription

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

x Single

The horizontal coordinate of the shape’s upper left corner.

y Single

The vertical coordinate of the shape’s upper left corner.

width Single

The width of the shape.

height Single

The height of the shape.

content String

The text displayed within the shape.

See Also