ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / ComStreamProxy Class / Seek Method

In This Topic
    Seek Method (ComStreamProxy)
    In This Topic
    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
     
    Public Function Seek( _
       ByVal offset As Long, _
       ByVal origin As SeekOrigin _
    ) As Long
    public long Seek( 
       long offset,
       SeekOrigin origin
    )

    Parameters

    offset
    origin
    See Also