Skip to main content

GraphicsCache.CreatePath() Method

Returns a new series of connected lines and curves.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.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