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