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

属性

適用対象

こちらもご覧ください