Vba Bitmap.applybitmapeffect

Does anyone know where I can find more infor on this component.  I can only find the small example in the reference site but can't find any listing of the effects and their parameters that can be used beside the whirlpool effect in the example.

Parents
No Data
Reply
  • Would it be possible to run a script made in Photo Paint run in CorelDraw?  See attached script code.

    REM Created in Version 21.3.0.755
    REM Created On 2020-02-14T10:59:08,875-06:00 by a dude

    WITHOBJECT "CorelPHOTOPAINT.Automation.21"
        .SetDocumentInfo 300, 139
        .BitmapEffect "Gaussian Blur", "GaussianBlurEffect Radius=200,Resampled=0"
    END WITHOBJECT

Children
No Data