Applies an effect when painting an image onto a target device context. The effect, commonly used for slide show transitions, specifies how the image is painted, not how it looks when painting is finished.
| Overload | Description |
|---|---|
| PaintImage(graphics,rasterimage,rectangle,rectangle,rectangle,rectangle,specialeffectstype,int,int,int,int,int,int,bool,color,int,color,rasterpaintproperties,specialeffectsprogress) | Applies an effect when painting an image to a target device context. The effect, commonly used for slide show transitions, specifies how the image is painted, not how it looks when painting is finished. |
| PaintImage(intptr,rasterimage,rectangle,rectangle,rectangle,rectangle,specialeffectstype,int,int,int,int,int,int,bool,color,int,color,rasterpaintproperties,specialeffectsprogress) | Applies an effect when painting an image onto a target device context. The effect, commonly used for slide show transitions, specifies how the image is painted, not how it looks when painting is finished. |