clone method

clone

Creates a new instance of a GraphicContext class with the same property values as an existing instance.

Returns

Instance of a GraphicContext

def clone(self):
    ...

See Also