次の方法で共有


TextureLoader.Save(String,ImageFileFormat,BaseTexture)

Save メソッド

テクスチャをファイルに保存する。

定義

Visual Basic Public Shared Sub Save( _
    ByVal destFile As String, _
    ByVal destFormat As ImageFileFormat, _
    ByVal srcTexture As BaseTexture _
)
C# public static void Save(
    string destFile,
    ImageFileFormat destFormat,
    BaseTexture srcTexture
);
Managed C++ public: static void Save(
    StringdestFile,
    ImageFileFormat destFormat,
    BaseTexturesrcTexture
);
JScript public static function Save(
    destFile : String,
    destFormat : ImageFileFormat,
    srcTexture : BaseTexture
) : void;

パラメータ

destFile System.String.
destFormat Microsoft.DirectX.Direct3D.ImageFileFormat.
srcTexture Microsoft.DirectX.Direct3D.BaseTexture.

対象

TextureLoader

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