Partager via


RenderCapability.IsShaderEffectSoftwareRenderingSupported Propriété

Définition

Attention

IsShaderEffectSoftwareRenderingSupported property is deprecated. Use IsPixelShaderVersionSupportedInSoftware static method instead.

Obtient une valeur qui indique si le système peut restituer des effets bitmap dans le logiciel.

public:
 static property bool IsShaderEffectSoftwareRenderingSupported { bool get(); };
public static bool IsShaderEffectSoftwareRenderingSupported { get; }
[System.Obsolete("IsShaderEffectSoftwareRenderingSupported property is deprecated.  Use IsPixelShaderVersionSupportedInSoftware static method instead.")]
public static bool IsShaderEffectSoftwareRenderingSupported { get; }
member this.IsShaderEffectSoftwareRenderingSupported : bool
[<System.Obsolete("IsShaderEffectSoftwareRenderingSupported property is deprecated.  Use IsPixelShaderVersionSupportedInSoftware static method instead.")>]
member this.IsShaderEffectSoftwareRenderingSupported : bool
Public Shared ReadOnly Property IsShaderEffectSoftwareRenderingSupported As Boolean

Valeur de propriété

Boolean

true si le système peut restituer des effets bitmap dans le logiciel ; sinon, false.

Attributs

S’applique à

Voir aussi