PdfDevice.Fill

PdfDevice.Fill method

Fills a path.

public override void Fill(GraphicsPath s)
ParameterTypeDescription
sGraphicsPathA path to be filled.

See Also