User Tools

Site Tools


DzFlipManip (deprecated)

An image manipulator that flips an image layer horizontally and/or vertically. (deprecated).

More...

Inherits :

Methods

Detailed Description

Deprecated

Exists only to keep code written prior to 4.6.2.23 working. Do not use in new code. Use DzTextureComponent instead.

Methods


Boolean : flipHorizontal()

Return Value:

  • true if the image will be flipped horizontally, false if the image is not flipped horizontally.

Boolean : flipVertical()

Return Value:

  • true if the image will be flipped vertically, false if the image is not flipped vertically.

void : setFlipHorizontal( Boolean onOff )

Sets whether or not the image is flipped horizontally.

Parameter(s):

  • onOff - If true, the image will be flipped horizontally, otherwise the image is not flipped horizontally.

void : setFlipVertical( Boolean onOff )

Sets whether or not the image is flipped vertically.

Parameter(s):

  • onOff - If true, the image will be flipped vertically, otherwise the image is not flipped vertically.