[]
Applies the effect to the specified GcBitmap.
protected override void Apply(GcBitmap bitmap)
| Type | Name | Description |
|---|---|---|
| GcBitmap | bitmap | The target GcBitmap. |
Applies the effect to a part of the specified GcBitmap.
protected override void Apply(GcBitmap bitmap, int x, int y, int width, int height)
| Type | Name | Description |
|---|---|---|
| GcBitmap | bitmap | The target GcBitmap. |
| int | x | The x-coordinate of the target rectangle, in pixels. |
| int | y | The y-coordinate of the target rectangle, in pixels. |
| int | width | The width of the target rectangle, in pixels. |
| int | height | The height of the target rectangle, in pixels. |