PathFragment.Path(GraphicsPath, Fill, Outline) Method
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
public static PathFragment Path(
GraphicsPath path,
Fill fill = null,
Outline outline = null
)
Parameters
| Name | Type |
|---|---|
| path | GraphicsPath |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| fill | Fill | null |
| outline | Outline | null |
Returns
| Type |
|---|
| PathFragment |
See Also