viewbox property

viewbox property

Returns/sets the region of the source content of the brush that is to be mapped to the viewport.

Definition:

@property
def viewbox(self):
    ...
@viewbox.setter
def viewbox(self, value):
    ...

See Also