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

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

    Parameters

    imgfmt
    Image format.
    sz
    Image size.

    Return Value

    Image of the current chart display.
    See Also