ShapePath(Int64, Int64, Boolean) Constructor
Initializes a new instance of the ShapePath class with specified settings.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| width | Int64 | Path width. |
| height | Int64 | Path height. |
| stroke | Boolean | Indicates whether the path has a stroke. |
See Also