DiagramShape(ShapeDescription, RectangleF, String) Constructor
Initializes a new instance of the DiagramShape class with the specified settings.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v26.1.dll
Declaration
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