次の方法で共有


GraphicsStream.GraphicsStream(IntPtr,Int64,IntPtr)

GraphicsStream メソッド

オブジェクトの新しいインスタンスを初期化する。

定義

Visual Basic Public Sub GraphicsStream( _
    ByVal dataPointer As IntPtr, _
    ByVal size As Long, _
    ByVal bufferPointer As IntPtr _
)
C# public GraphicsStream(
    IntPtr dataPointer,
    long size,
    IntPtr bufferPointer
);
Managed C++ public: GraphicsStream(
    IntPtr dataPointer,
    long size,
    IntPtr bufferPointer
);
JScript public function GraphicsStream(
    dataPointer : IntPtr,
    size : long,
    bufferPointer : IntPtr
);

パラメータ

dataPointer System.IntPtr.
size System.Int64.
bufferPointer System.IntPtr.

対象

GraphicsStream

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