Skip to main content
A newer version of this page is available. .

GraphicsCache.CreatePath() Method

Returns a new series of connected lines and curves.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v20.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public IDxGraphicsPath CreatePath()

Returns

Type Description
DevExpress.Utils.Drawing.IDxGraphicsPath

An object that specifies a series of connected lines and curves.

See Also