ComponentOne Bitmap for UWP
Seek Method (DataStream)

C1.UWP.DX Assembly > C1.Util.DX Namespace > DataStream Class : Seek Method
Sets the position within the current stream.
Syntax
'Declaration
 
Public Overrides Function Seek( _
   ByVal offset As System.Long, _
   ByVal origin As System.IO.SeekOrigin _
) As System.Long
public override System.long Seek( 
   System.long offset,
   System.IO.SeekOrigin origin
)

Parameters

offset
origin
Exceptions
ExceptionDescription
Attempted to seek outside of the bounds of the stream.
See Also

Reference

DataStream Class
DataStream Members