| PictureEffects REALbasic Plugin |
|
FlipEffect Class
A class to flip pictures.
This class can flip Horizontally, Vertically and both.
This class supports use of multiple CPU cores on MacOS X and Windows systems.
MPImageFilter
FlipEffect
class FlipEffect
Properties
ErrorCode (Inherited) | Returns error code after applying the effect. This value is a Constant defined in the PictureEffectsError module. |
MultiprocessingHint (Inherited) | Use this property to fine tune CPU usage for this algorithm. By default this property is set to zero (Automatic). This property accepts all constants that are defined in PictureEffectsCPUUsage. |
ProgressHandler (Inherited) | Use this property to use a progress class to get progress feedback from this function. This class must be a class that Implements the IProgressHandler Interface which is defined in this plugin. |
Methods
ApplyBoth | Flips a picture in both directions. |
ApplyHorizontal | Flips a picture in horizontal direction. |
ApplyInPlaceBoth | Flips a picture in both directions without creating a new image, the result is written into the source image. Very Important read the remarks. |
ApplyInPlaceHorizontal | Flips a picture in horizontal direction without creating a new image, the result is written into the source image. Very Important read the remarks. |
ApplyInPlaceVertical | Flips a picture in vertical direction without creating a new image, the result is written into the source image. Very Important read the remarks. |
ApplyVertical | Flips a picture in vertical direction. |
Supported Platforms:
PPC - MacOS 9Carbon - MacOS 9 and MacOS X (PEF)MacOS X PPC - (Mach-O)MacOS X Universal Binary (Mach-O)Win32 - WindowsLinux x86