XpsDevice.DrawPath

XpsDevice.DrawPath method

Draws a path.

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

See Also