Share via


Device.GetTexture(Int32)

GetTexture メソッド

デバイスのステージに割り当てられているテクスチャを取得する。

定義

Visual Basic Public Function GetTexture( _
    ByVal stage As Integer _
) As BaseTexture
C# public BaseTexture GetTexture(
    int stage
);
Managed C++ public: BaseTexture* GetTexture(
    int stage
);
JScript public function GetTexture(
    stage : int
) : BaseTexture;

パラメータ

stage System.Int32.

戻り値

Microsoft.DirectX.Direct3D.BaseTexture.

対象

Device

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