PaintBuilder.ContextFill

PaintBuilder.ContextFill method

Sets the paint to ‘context-fill’, which uses the current fill color of the context.

public PaintBuilder ContextFill()

Return Value

The builder instance for chaining.

See Also