System.Windows.Media.Effects Namespace
.NET Framework 3.0
Defines objects that can be used to apply visual effects to bitmap images.
| Class | Description | |
|---|---|---|
![]() | BevelBitmapEffect | Creates a bevel which raises the surface of the image according to a specified curve. |
![]() | BitmapEffect | Defines a bitmap effect. Derived classes define effects that can be applied to a Visual object, such as a Button or an Image. |
![]() | BitmapEffectCollection | Represents a collection of BitmapEffect objects. This collection is used as part of a BitmapEffectGroup to apply multiple bitmap effects to visual content. |
![]() | BitmapEffectGroup | Represents a group of BitmapEffect objects that is used to apply multiple effects to a visible object. |
![]() | BitmapEffectInput | Applies the BitmapEffect given in the BitmapEffect property to a specified region of the visual object. |
![]() | BlurBitmapEffect | Simulates looking at an object through an out-of-focus lens. |
![]() | DropShadowBitmapEffect | Applies a shadow behind a visual object at a slight offset. The offset is determined by mimicking a casting shadow from an imaginary light source. |
![]() | EmbossBitmapEffect | Creates a bump mapping of the visual object to give the impression of depth and texture from an artificial light source. |
![]() | OuterGlowBitmapEffect | Creates a halo of color around objects or areas of color. |
| Structure | Description | |
|---|---|---|
![]() | BitmapEffectCollection.Enumerator | Enumerates BitmapEffect objects in a BitmapEffectCollection. |
| Enumeration | Description | |
|---|---|---|
![]() | EdgeProfile | Specifies the type of curve to apply to the edge of a bitmap. |
![]() | KernelType | Describes the kernel used to create the effect. |
Community Additions
ADD
Show:


