CorneredShape

constructor(topLeft: Corner = Corner.Sharp, topRight: Corner = Corner.Sharp, bottomRight: Corner = Corner.Sharp, bottomLeft: 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.