[]
        
The base class for all in-place effects, not creating a new GcBitmap.
public abstract class BaseInplaceEffect
  Public MustInherit Class BaseInplaceEffect
  | Name | Description | 
|---|---|
| BaseInplaceEffect() | 
| Name | Description | 
|---|---|
| SupportsPremultiplied | Gets a value indicating whether the effect can be applied to an image with premultiplied alpha channel.  | 
      
| Name | Description | 
|---|---|
| Apply(GcBitmap) | Applies the effect to the specified GcBitmap.  | 
      
| Apply(GcBitmap, int, int, int, int) | Applies the effect to a part of the specified GcBitmap.  |