GraphicsStream.GraphicsStream(IntPtr,Int64,Boolean,Boolean)
GraphicsStream メソッド
オブジェクトの新しいインスタンスを初期化する。
定義
Visual Basic | Public Sub GraphicsStream( _ ByVal dataPointer As IntPtr, _ ByVal size As Long, _ ByVal read As Boolean, _ ByVal write As Boolean _ ) |
C# | public GraphicsStream( IntPtr dataPointer, long size, bool read, bool write ); |
Managed C++ | public: GraphicsStream( IntPtr dataPointer, long size, bool read, bool write ); |
JScript | public function GraphicsStream( dataPointer : IntPtr, size : long, read : boolean, write : boolean ); |
パラメータ
dataPointer | System.IntPtr. |
size | System.Int64. |
read | System.Boolean. |
write | System.Boolean. |
対象
© 2002 Microsoft Corporation. All rights reserved. Terms of use.