Condividi tramite


RenderCapability.IsShaderEffectSoftwareRenderingSupported Proprietà

Definizione

Attenzione

IsShaderEffectSoftwareRenderingSupported property is deprecated. Use IsPixelShaderVersionSupportedInSoftware static method instead.

Ottiene un valore che indica se il sistema è in grado di eseguire il rendering degli effetti bitmap nel software.

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

Valore della proprietà

Boolean

true se il sistema è in grado di eseguire il rendering degli effetti bitmap nel software. In caso contrario, false.

Attributi

Si applica a

Vedi anche