Shape(ShapeType, Single, Single, Single, Single) Constructor
Initializes a new instance of the Shape class with specified settings.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.1.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
public Shape(
ShapeType type,
float x = 0F,
float y = 0F,
float width = 0F,
float height = 0F
)
Parameters
| Name | Type |
|---|---|
| type | ShapeType |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| x | Single | 0 |
| y | Single | 0 |
| width | Single | 0 |
| height | Single | 0 |
See Also