begin_element method

begin_element

Begins rendering of the element.

Returns

Returns [true] if element should be processed.

def begin_element(self, element, rect):
    ...
ParameterTypeDescription
elementaspose.svg.dom.ElementThe Element.
rectaspose.pydrawing.RectangleFBounding box of the node.

See Also