RenderCapability.IsShaderEffectSoftwareRenderingSupported 屬性

定義

警告

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

屬性值

Boolean

如果可以用軟體呈現點陣圖效果,則為 true,否則為 false

屬性

適用於

另請參閱