PictureEffects Xojo and Real Studio Plugin |
|
IGraphicsEffect.Apply Method (console safe)
Applies the effect on a given 32 bit source image with a given 32 bit mask and returns the result to a new image.
Apply(
source as Picture) as Picture
Parameters
- source
- The source image.
Returns
- Picture
- The result image or nil if failure.
Remarks
See Also
IGraphicsEffect Interface