ComponentOne Bitmap for UWP
Seek Method (IStream)

C1.UWP.DX Assembly > C1.Util.DX.Storage Namespace > IStream Interface : Seek Method
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.
Syntax
'Declaration
 
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
)

Parameters

offset
The offset.
origin
The origin.

Return Value

The offset of the seek pointer from the beginning of the stream.
See Also

Reference

IStream Interface
IStream Members