Viewport3DVisual::BitmapEffectInput Property
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Windows.Media.Media3D
Assembly: PresentationCore (in PresentationCore.dll)
Return to top
Gets or sets the BitmapEffectInput applied to the Viewport3DVisual.
Assembly: PresentationCore (in PresentationCore.dll)
public: [ObsoleteAttribute("BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.")] property BitmapEffectInput^ BitmapEffectInput { BitmapEffectInput^ get(); void set(BitmapEffectInput^ value); }
Property Value
Type: System.Windows.Media.Effects::BitmapEffectInput^BitmapEffectInput applied to the Viewport3DVisual.
BitmapEffectInput applies the BitmapEffect given in the BitmapEffect property to a specified region of the visual object.
Bitmap effects are software-rendered. Any object that applies an effect will also be rendered in software. Bitmap effects should not be applied to large visuals or animations as this can degrade performance.
.NET Framework
Available since 3.0
Available since 3.0
Show: