2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / SaveImage Method / SaveImage(ImageFormat,Size) Method
Image format.
Image size.

In This Topic
    SaveImage(ImageFormat,Size) Method
    In This Topic
    Saves an image of the chart to the clipboard using the specified size and the specified format.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveImage( _
       ByVal imgfmt As System.Drawing.Imaging.ImageFormat, _
       ByVal sz As System.Drawing.Size _
    ) 
    public void SaveImage( 
       System.Drawing.Imaging.ImageFormat imgfmt,
       System.Drawing.Size sz
    )

    Parameters

    imgfmt
    Image format.
    sz
    Image size.
    See Also