次の方法で共有


GraphicsStream.Write(Byte,Int32,Int32)

Write メソッド

現在のストリームに書き込み、書き込んだバイト数分ストリーム内の位置を先に進める。

定義

Visual Basic Overrides Public Sub Write( _
    ByVal buffer() As Byte, _
    ByVal offset As Integer, _
    ByVal count As Integer _
)
C# public override void Write(
    byte[] buffer,
    int offset,
    int count
);
Managed C++ public: void Write(
    Byte buffer __gc[],
    int offset,
    int count
);
JScript public override function Write(
    buffer : byte[],
    offset : int,
    count : int
) : void;

パラメータ

buffer System.Byte[].
offset System.Int32.
count System.Int32.

対象

GraphicsStream

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