Viewport3DVisual.BitmapEffectInput 属性

定义

注意

Avoid using BitmapEffects as they have very poor performance characteristics. They will be deprecated in a future version. Consider using the UIElement.Effect property and ShaderEffects where appropriate instead.

注意

BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.

获取或设置应用于 BitmapEffectInputViewport3DVisual

public:
 property System::Windows::Media::Effects::BitmapEffectInput ^ BitmapEffectInput { System::Windows::Media::Effects::BitmapEffectInput ^ get(); void set(System::Windows::Media::Effects::BitmapEffectInput ^ value); };
[System.Obsolete("Avoid using BitmapEffects as they have very poor performance characteristics.  They will be deprecated in a future version.  Consider using the UIElement.Effect property and ShaderEffects where appropriate instead.")]
public System.Windows.Media.Effects.BitmapEffectInput BitmapEffectInput { get; set; }
[System.Obsolete("BitmapEffects are deprecated and no longer function.  Consider using Effects where appropriate instead.")]
public System.Windows.Media.Effects.BitmapEffectInput BitmapEffectInput { get; set; }
[<System.Obsolete("Avoid using BitmapEffects as they have very poor performance characteristics.  They will be deprecated in a future version.  Consider using the UIElement.Effect property and ShaderEffects where appropriate instead.")>]
member this.BitmapEffectInput : System.Windows.Media.Effects.BitmapEffectInput with get, set
[<System.Obsolete("BitmapEffects are deprecated and no longer function.  Consider using Effects where appropriate instead.")>]
member this.BitmapEffectInput : System.Windows.Media.Effects.BitmapEffectInput with get, set
Public Property BitmapEffectInput As BitmapEffectInput

属性值

BitmapEffectInput

应用于 Viewport3DVisual 的 BitmapEffectInput。

属性

注解

BitmapEffectInputBitmapEffectBitmapEffect属性中的给定应用于视觉对象的指定区域。

位图效果是软件呈现的。 应用效果的任何对象也都将以软件形式呈现。 不应将位图效果应用于大型视觉对象或动画,因为这会降低性能。

适用于