Canvas.flipVertical Method

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

Description

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

Syntax

"canvas_var" is a variable referencing a Canvas object.
returnValue = canvas_var.flipVertical()
"canvas_var" is a variable referencing a Canvas object.

#include <Fusion/Image/Canvas.h>

returnValue = canvas_var->flipVertical();

Return Value

Type Description
boolean Returns true if the flip was successful.

Version

Introduced in version May 2023