次の方法で共有


GraphicsStream.SetLength(Int64)

SetLength メソッド

現在のストリームの長さを設定する。

定義

Visual Basic Overrides Public Sub SetLength( _
    ByVal newLength As Long _
)
C# public override void SetLength(
    long newLength
);
Managed C++ public: void SetLength(
    long newLength
);
JScript public override function SetLength(
    newLength : long
) : void;

パラメータ

newLength System.Int64.

対象

GraphicsStream

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