flipVertically

open fun flipVertically(block: Canvas.() -> Unit)

Flips the operations within block vertically around the center of the Canvas.

Parameters

block

being transformed


open fun flipVertically(around: Double, block: Canvas.() -> Unit)

Flips the operations within block vertically around the given y-coordinate.

Parameters

around

this y coordinate

block

being transformed