PathFragment.Rectangle(Single, Single, Single, Single, Fill, Outline) Method
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
public static PathFragment Rectangle(
float x,
float y,
float width,
float height,
Fill fill = null,
Outline outline = null
)
Parameters
| Name | Type |
|---|---|
| x | Single |
| y | Single |
| width | Single |
| height | Single |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| fill | Fill | null |
| outline | Outline | null |
Returns
| Type |
|---|
| PathFragment |
See Also