ImageDevice.Draw

ImageDevice.Draw method

Draws the specified path.

public override void Draw(GraphicsPath path)
ParameterTypeDescription
pathGraphicsPathThe path to draw.

See Also