Skip to main content
All docs
V24.2

DXGraphicsPath(DXGraphicsPathData) Constructor

Initializes a new instance of the DXGraphicsPath class with specified settings.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.2.dll

Declaration

public DXGraphicsPath(
    DXGraphicsPathData pathData
)

Parameters

Name Type Description
pathData DXGraphicsPathData

Graphics data (a list of points and types) to define the DXGraphicsPath instance.

See Also