clone method

On this page

clone

Implement IClonable interface

Returns

Newly created Border instance with same properties

def clone(self):
    ...

See Also

On this page