RenderCapability.IsShaderEffectSoftwareRenderingSupported 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
IsShaderEffectSoftwareRenderingSupported property is deprecated. Use IsPixelShaderVersionSupportedInSoftware static method instead.
取得值,這個值指出系統是否可以用軟體呈現點陣圖效果。
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
屬性值
如果可以用軟體呈現點陣圖效果,則為 true
,否則為 false
。
- 屬性