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

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

    Parameters

    sz
    Image size.

    Return Value

    Image of the current chart display.
    See Also