'Declaration Public Sub ApplyEffect( _ ByVal effect As BaseInplaceEffect, _ Optional ByVal targetRect As System.Nullable(Of Rectangle) _ )
public void ApplyEffect( BaseInplaceEffect effect, System.Nullable<Rectangle> targetRect )
Parameters
- effect
- An effect derived from BaseInplaceEffect to apply.
- targetRect
- The target rectangle of the GcBitmap.