次の方法で共有


RenderStates.DitherEnable

DitherEnable プロパティ

ディザリングを有効にするには、TRUE を設定する。デフォルト値は FALSE である。

定義

Visual Basic Public Property DitherEnable As Boolean
C# public bool DitherEnable { get; set; }
Managed C++ public: __property bool get_DitherEnable();
public: __property void set_DitherEnable(bool);
JScript public function get DitherEnable() : boolean
public function set DitherEnable(boolean);

プロパティ値

System.Boolean.

これは読み取り/書き込み可能プロパティである。 

対象

RenderStates

© 2002 Microsoft Corporation. All rights reserved. Terms of use.