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

In This Topic
    GetImage(ImageFormat) Method
    In This Topic
    Obtains an image of the current chart display using the specified format.
    Syntax
    'Declaration
     
    Public Overloads Function GetImage( _
       ByVal imgfmt As System.Drawing.Imaging.ImageFormat _
    ) As System.Drawing.Image
    public System.Drawing.Image GetImage( 
       System.Drawing.Imaging.ImageFormat imgfmt
    )

    Parameters

    imgfmt
    Image format.

    Return Value

    Image of the current chart display.
    See Also