[]
Applies a graphic effect to an image or its portion in-place.
public void ApplyEffect(BaseInplaceEffect effect, Rectangle? targetRect = null)
| Type | Name | Description |
|---|---|---|
| BaseInplaceEffect | effect | An effect derived from BaseInplaceEffect to apply. |
| Rectangle? | targetRect | The target rectangle of the GcBitmap. |