Inheritance diagram for DzFlipManip:
Constructors | |
DzFlipManip (Boolean hor=false, Boolean ver=false) | |
Methods | |
Boolean | flipHorizontal () |
Boolean | flipVertical () |
void | setFlipHorizontal (Boolean onOff) |
void | setFlipVertical (Boolean onOff) |
Default Constructor
hor | If true, the image will be flipped horizontally. | |
ver | If true, the image will be flipped vertically. |
Boolean DzFlipManip::flipHorizontal | ( | ) |
Boolean DzFlipManip::flipVertical | ( | ) |
void DzFlipManip::setFlipHorizontal | ( | Boolean | onOff | ) |
Sets whether or not the image is flipped horizontally
onOff | If true, the image will be flipped horizontally, otherwise the image is not flipped horizontally. |
void DzFlipManip::setFlipVertical | ( | Boolean | onOff | ) |
Sets whether or not the image is flipped vertically
onOff | If true, the image will be flipped vertically, otherwise the image is not flipped vertically. |