ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / TreeMap Class / SaveImage Method / SaveImage(Stream,ImageFormat,Int32,Int32) Method
The System.IO.Stream where the image will be saved.
An System.Drawing.Imaging.ImageFormat that specifies the format of the saved image.
The width of the image in pixels.
The height of the image in pixels.

In This Topic
    SaveImage(Stream,ImageFormat,Int32,Int32) Method
    In This Topic
    Saves this image to the specified stream in the specified format.
    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
    The System.IO.Stream where the image will be saved.
    fmt
    An System.Drawing.Imaging.ImageFormat that specifies the format of the saved image.
    w
    The width of the image in pixels.
    h
    The height of the image in pixels.
    See Also