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; }
static member IsShaderEffectSoftwareRenderingSupported : bool
[<System.Obsolete("IsShaderEffectSoftwareRenderingSupported property is deprecated.  Use IsPixelShaderVersionSupportedInSoftware static method instead.")>]
static member IsShaderEffectSoftwareRenderingSupported : bool
Public Shared ReadOnly Property IsShaderEffectSoftwareRenderingSupported As Boolean

プロパティ値

true システムがソフトウェアでビットマップ効果をレンダリングできる場合。それ以外の場合は false

属性

適用対象

こちらもご覧ください