PdfDevice.SetClip

PdfDevice.SetClip method

Specifies the clip of the device.

public override void SetClip(GraphicsPath clipPath)
ParameterTypeDescription
clipPathGraphicsPathA clipping path.

See Also