GraphicsStream.Read(Type,Int32)
Read メソッド
現在のストリームからバイトのシーケンスを読み取り、読み取ったバイト数分ストリーム内の位置を先に進める。
定義
Visual Basic | Overrides Public Function Read( _ ByVal returnType As Type, _ ByVal ranks() As Integer _ ) As Array |
C# | public override Array Read( Type returnType, int[] ranks ); |
Managed C++ | public: Array* Read( Type* returnType, int ranks __gc[] ); |
JScript | public override function Read( returnType : Type, ranks : int[] ) : Array; |
パラメータ
returnType | System.Type. |
ranks | System.Int32[]. |
戻り値
System.Array.
対象
© 2002 Microsoft Corporation. All rights reserved. Terms of use.