PictureEffects Xojo and Real Studio Plugin

FlipEffect.ApplyVertical Method

Flips a picture in vertical direction.

ApplyVertical(
   source as Picture) as Picture

Parameters

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

Returns

Picture
If the filter was successful: A reference to the modified picture else nil.

Remarks

See Also

FlipEffect Class