SimpleShape(Single, Single, Single, Single) Constructor
Initializes a new instance of the SimpleShape class with specified settings.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| x | Single | 0 | The x-coordinate of the upper-left corner of the shape. |
| y | Single | 0 | The y-coordinate of the upper-left corner of the shape. |
| width | Single | 0 | The shape width. |
| height | Single | 0 | The shape height. |
See Also