SquareBorder constructor

init

Creates SquareBorderLine with rounded corner radius.

def __init__(self, radius):
    ...
Parameter Type Description
radius float Radius of square corners.

init

Creates SquareBorderLine with corner radius values.

def __init__(self, corners):
    ...
Parameter Type Description
corners Corners Radius of square corners.

See Also