次の方法で共有


Surface.FromStream(Device,Stream,Pool)

FromStream メソッド

.NET ストリーム オブジェクトからサーフェイスを作成する。

定義

Visual Basic Public Shared Function FromStream( _
    ByVal device As Device, _
    ByVal data As Stream, _
    ByVal pool As Pool _
) As Surface
C# public static Surface FromStream(
    Device device,
    Stream data,
    Pool pool
);
Managed C++ public: static Surface* FromStream(
    Devicedevice,
    Streamdata,
    Pool pool
);
JScript public static function FromStream(
    device : Device,
    data : Stream,
    pool : Pool
) : Surface;

パラメータ

device Microsoft.DirectX.Direct3D.Device.
data System.IO.Stream.
pool Microsoft.DirectX.Direct3D.Pool.

戻り値

Microsoft.DirectX.Direct3D.Surface.

対象

Surface

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