次の方法で共有


TextureStateManager.AlphaOperation プロパティ

[このドキュメントはプレビュー版であり、後のリリースで変更されることがあります。 空白のトピックは、プレースホルダーとして挿入されています。]

テクスチャ ステージの状態を、TextureOperation 列挙体によって識別される、テクスチャ アルファ ブレンド処理として定義します。

名前空間:  Microsoft.WindowsMobile.DirectX.Direct3D
アセンブリ:  Microsoft.WindowsMobile.DirectX (Microsoft.WindowsMobile.DirectX.dll 内)

構文

'宣言
Public Property AlphaOperation As TextureOperation
    Get
    Set
'使用
Dim instance As TextureStateManager
Dim value As TextureOperation

value = instance.AlphaOperation

instance.AlphaOperation = value
public TextureOperation AlphaOperation { get; set; }
public:
property TextureOperation AlphaOperation {
    TextureOperation get ();
    void set (TextureOperation value);
}
member AlphaOperation : TextureOperation with get, set

プロパティ値

型 : Microsoft.WindowsMobile.DirectX.Direct3D.TextureOperation
現在のテクスチャ処理を表す TextureOperation

解説

最初のテクスチャ ステージ (ステージ 0) の TextureOperation の既定値は SelectArg1 で、その他のすべてのステージの既定値は Disable です。

.NET Framework セキュリティ

プラットフォーム

Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC

.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。 サポートされているバージョンについては、「.NET フレームワークのシステム要件」を参照してください。

バージョン情報

.NET Compact Framework

サポート対象 : 3.5、2.0

参照

参照

TextureStateManager クラス

TextureStateManager メンバー

Microsoft.WindowsMobile.DirectX.Direct3D 名前空間