How to automate Gaussian Blur in CorelDraw VBA ?

Hi !
Does anyone know how to automate Gaussian Blur in CorelDraw VBA ?

Parents
  • with selected bitmap

    Sub Macro1()
    Dim OrigSelection As ShapeRange
    Set OrigSelection = ActiveSelectionRange
    OrigSelection(1).Bitmap.ApplyBitmapEffect "Gaussian Blur", "GaussianBlurEffect GaussianBlurRadius=350,GaussianBlurResampled=0"
    End Sub

    PS: I tried macro recored on X5 

Reply Children