Share

CanvasInput.flipHorizontal Method

Parent Object: CanvasInput
Defined in namespace "adsk::fusion" and the header file is <Fusion/Image/CanvasInput.h>

Description

Flips the image along the horizontal axis. This is a convenience method that flips the direction of the X axis of the transform.

Syntax

"canvasInput_var" is a variable referencing a CanvasInput object.
returnValue = canvasInput_var.flipHorizontal()

Return Value

Type Description
boolean Returns true if the flip was successful.

Version

Introduced in version May 2023

Was this information helpful?