MarkerCorneredShape

constructor(all: Corner, tickSizeDp: Float = DEF_MARKER_TICK_SIZE)
constructor(corneredShape: CorneredShape, tickSizeDp: Float = DEF_MARKER_TICK_SIZE)


constructor(topLeft: Corner, topRight: Corner, bottomRight: Corner, bottomLeft: Corner, tickSizeDp: Float = DEF_MARKER_TICK_SIZE)

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.

tickSizeDp

the size of the tick (in dp).