Effect.Gain
Gain プロパティ
エフェクトに適用されるゲイン。値の範囲は 0 ~ 10,000。ゲインとは、エフェクトの全マグニチュードとそのエンベロープに適用されるスケーリング係数である。
定義
Visual Basic | Public Property Gain As Integer |
C# | public int Gain { get; set; } |
Managed C++ | public: __property int get_Gain(); public: __property void set_Gain(int); |
JScript | public function get Gain() : int public function set Gain(int); |
プロパティ値
System.Int32.
これは読み取り/書き込み可能プロパティである。
対象
© 2002 Microsoft Corporation. All rights reserved. Terms of use.