ImageDevice.SetClip

ImageDevice.SetClip method

Adds the specified path to the current clip path.

public override void SetClip(GraphicsPath clipPath)
ParameterTypeDescription
clipPathGraphicsPathThe clip path to be added.

See Also