Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic lists the ApplyEffect methods of the Bitmap class. For a complete list of methods for the Bitmap class, see Bitmap Methods.
Overload list
| Method | Description |
|---|---|
| ApplyEffect(Effect*,RECT*) | The Bitmap::ApplyEffect method alters this Bitmap object by applying a specified effect. |
| ApplyEffect(Bitmap**,INT,Effect*,RECT*,RECT*,Bitmap**) | The Bitmap::ApplyEffect method creates a new Bitmap object by applying a specified effect to an existing Bitmap object. |