Bitmap for UWP
Position プロパティ

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > DataStream クラス : Position プロパティ
Gets or sets the position within the current stream.
シンタックス
'宣言
 
Public Overrides Property Position As System.Long
public override System.long Position {get; set;}

プロパティ値

The current position within the stream.
参照

DataStream クラス
DataStream メンバ
Stream Class