ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / NativeFileStream Class / WriteByte Method

In This Topic
    WriteByte Method (NativeFileStream)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub WriteByte( _
       ByVal value As System.Byte _
    ) 
    public virtual void WriteByte( 
       System.byte value
    )

    Parameters

    value
    See Also