GraphicsPath.PathData

GraphicsPath.PathData property

Gets a PathData that encapsulates arrays of points and types for this GraphicsPath

public PathData PathData { get; }

Property Value

A PathData that encapsulates arrays for both the points and types for this GraphicsPath.

See Also