ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 Long, _
       ByVal origin As SeekOrigin _
    ) As Long
    public override long Seek( 
       long offset,
       SeekOrigin origin
    )

    Parameters

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