次の方法で共有


Texture.GetLevelDescription メソッド

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

テクスチャ リソースのレベル記述を取得します。

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

構文

'宣言
Public Function GetLevelDescription ( _
    level As Integer _
) As SurfaceDescription
'使用
Dim instance As Texture
Dim level As Integer
Dim returnValue As SurfaceDescription

returnValue = instance.GetLevelDescription(level)
public SurfaceDescription GetLevelDescription(
    int level
)
public:
SurfaceDescription GetLevelDescription(
    int level
)
member GetLevelDescription : 
        level:int -> SurfaceDescription 

パラメーター

  • level
    型 : System.Int32
    テクスチャ リソースのレベル。このメソッドは、このパラメーターで指定されたレベルのサーフェイスの記述を返します。

戻り値

型 : Microsoft.WindowsMobile.DirectX.Direct3D.SurfaceDescription
返されるレベルを記述する SurfaceDescription 構造体。

例外

例外 条件
InvalidCallException

メソッドの呼び出しが無効です。たとえば、パラメーターに無効な値が含まれている場合などです。

.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

参照

参照

Texture クラス

Texture メンバー

Microsoft.WindowsMobile.DirectX.Direct3D 名前空間