ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util Namespace / FontSubSet.BigEndianBinaryWriter Class / Seek Method

In This Topic
    Seek Method (FontSubSet.BigEndianBinaryWriter)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function Seek( _
       ByVal offset As System.Integer, _
       ByVal origin As System.IO.SeekOrigin _
    ) As System.Long
    public virtual System.long Seek( 
       System.int offset,
       System.IO.SeekOrigin origin
    )

    Parameters

    offset
    origin
    See Also