PictureEffectsConsole Xojo Plugin

FlipEffectConsole.ApplyInPlaceHorizontal Method (console only)

Flips a picture in horizontal direction without creating a new image, the result is written into the source image. Very Important read the remarks.

ApplyInPlaceHorizontal(
   source as Picture)

Parameters

source
The source picture to work with (must be 32 bits).

Remarks

Do not use this to attempt to modify constant images that should not be changed. Constant images are for example images embedded into the project.

See Also

FlipEffectConsole Class