Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1Gauge Class / SaveView Method / SaveView(Stream) Method

In This Topic
    SaveView(Stream) Method
    In This Topic
    Saves a View of C1Gauge into a System.IO.Stream.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveView( _
       ByVal stream As System.IO.Stream _
    ) 
    public void SaveView( 
       System.IO.Stream stream
    )

    Parameters

    stream
    See Also