次の方法で共有


GraphicsStream.Read(Byte,Int32,Int32)

Read メソッド

現在のストリームからバイトのシーケンスを読み取り、読み取ったバイト数分ストリーム内の位置を先に進める。

定義

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

パラメータ

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

戻り値

System.Int32.

対象

GraphicsStream

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