Bitmap for WPF
Seek メソッド (IStream)

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Storage 名前空間 > IStream インターフェース : Seek メソッド
The offset.
The origin.
Changes the seek pointer to a new location relative to the beginning of the stream, to the end of the stream, or to the current seek pointer.
シンタックス
'宣言
 
Function Seek( _
   ByVal offset As System.Long, _
   ByVal origin As System.IO.SeekOrigin _
) As System.Long
System.long Seek( 
   System.long offset,
   System.IO.SeekOrigin origin
)

パラメータ

offset
The offset.
origin
The origin.

戻り値の型

The offset of the seek pointer from the beginning of the stream.
参照

IStream インターフェース
IStream メンバ