DrawingGroup.BitmapEffectInput Property
.NET Framework 3.5
Gets or sets the region where the DrawingGroup applies its BitmapEffect and, optionally, a BitmapSource to use as input for its BitmapEffect. This is a dependency property.
Assembly: PresentationCore (in PresentationCore.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
<object> <object.BitmapEffectInput> <BitmapEffectInput .../> </object.BitmapEffectInput> </object>
Property Value
Type: System.Windows.Media.Effects.BitmapEffectInputThe region where the BitmapEffect of the DrawingGroup is applied and, optionally, the BitmapSource to use as input; or null if the BitmapEffect applies to the whole DrawingGroup and uses the DrawingGroup as its input. The default is null.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.