IDevice.StrokeAndFill

IDevice.StrokeAndFill method

Strokes and fill current path. This method terminates current path.

public void StrokeAndFill(FillRule rule)
ParameterTypeDescription
ruleFillRuleFilling rule specifies how the interior of a closed path is filled.

See Also