PictureEffectsRaw Xojo Plugin |
|
ShapeDistortEffectRaw.Apply Method (console safe)
Applies the effect on a RawBitmap image with parameters that have been set on the class instance.
Apply(
source as RawBitmap) as RawBitmap
Parameters
- source
- The source image as RawBitmap
Returns
- RawBitmap
- The distorted result RawBitmap or nil if there was error.
Remarks
See Also
ShapeDistortEffectRaw Class