Device.FillPath

Device.FillPath method

Fills a path.

[Obsolete("This method has been deprecated starting from version 24.7 and will be hidden in version 24.10.")]
public abstract void FillPath(GraphicsPath path)
ParameterTypeDescription
pathGraphicsPathA path to fill.

See Also