flipHorizontally

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

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

Parameters

block

being transformed


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

Flips the operations within block horizontally around the given x-coordinate.

Parameters

around

this x coordinate

block

being transformed