ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / FlexPie Class / SaveImage Method / SaveImage(Stream,ImageFormat,Int32,Int32) Method
Output stream.
Image format.
Image width.
Image height.

In This Topic
    SaveImage(Stream,ImageFormat,Int32,Int32) Method
    In This Topic
    Saves chart image to the stream using specified format and size.
    Syntax
    'Declaration
     
    Public Overloads Shadows Sub SaveImage( _
       ByVal stream As Stream, _
       ByVal fmt As ImageFormat, _
       ByVal w As Integer, _
       ByVal h As Integer _
    ) 
    public new void SaveImage( 
       Stream stream,
       ImageFormat fmt,
       int w,
       int h
    )

    Parameters

    stream
    Output stream.
    fmt
    Image format.
    w
    Image width.
    h
    Image height.
    See Also