context_fill method
context_fill
Sets the paint to ‘context-fill’, which uses the current fill color of the context.
Returns
The builder instance for chaining.
def context_fill(self):
...
See Also
- module
aspose.svg.builder
- class
PaintBuilder
Sets the paint to ‘context-fill’, which uses the current fill color of the context.
The builder instance for chaining.
def context_fill(self):
...
aspose.svg.builder
PaintBuilder