geometry_box method

geometry_box

Sets the geometry box for the clip path.

Returns

The current instance of ClipPathBuilder for method chaining.

def geometry_box(self, box):
    ...
ParameterTypeDescription
boxGeometryBoxThe geometry box to use.

See Also