DiagramShape(ShapeDescription, Single, Single, Single, Single) Constructor
Initializes a new instance of the DiagramShape class with the specified settings.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
public DiagramShape(
ShapeDescription shape,
float x,
float y,
float width,
float height
)
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. |
See Also