ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / C1Chart3D Class / SaveImage Method / SaveImage(ImageFormat) Method
Image format.

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

    Parameters

    imgFmt
    Image format.
    Remarks
    This method creates an image of the specified format and display size and saves the results to the clipboard. If an error occurs, an appropriate exception is thrown indicating the cause of error.
    See Also