次の方法で共有


Device.GetGammaRamp(Int32)

GetGammaRamp メソッド

スワップ チェーンのガンマ補正曲線を取得する。

定義

Visual Basic Public Function GetGammaRamp( _
    ByVal swapChain As Integer _
) As GammaRamp
C# public GammaRamp GetGammaRamp(
    int swapChain
);
Managed C++ public: GammaRamp GetGammaRamp(
    int swapChain
);
JScript public function GetGammaRamp(
    swapChain : int
) : GammaRamp;

パラメータ

swapChain System.Int32.

戻り値

Microsoft.DirectX.Direct3D.GammaRamp.

対象

Device

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