ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / DataStream Class / Seek Method

In This Topic
    Seek Method (DataStream)
    In This Topic
    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