CorneredShape

constructor(topLeft: CorneredShape.Corner = Corner.Sharp, topRight: CorneredShape.Corner = Corner.Sharp, bottomRight: CorneredShape.Corner = Corner.Sharp, bottomLeft: CorneredShape.Corner = Corner.Sharp)

Parameters

topLeft

specifies a Corner for the top left of the Shape.

topRight

specifies a Corner for the top right of the Shape.

bottomLeft

specifies a Corner for the bottom left of the Shape.

bottomRight

specifies a Corner for the bottom right of the Shape.