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

In This Topic
    GetImage(ImageFormat) Method
    In This Topic
    Obtains an image of the current chart using the specified format and the display size.
    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

    Chart image.
    See Also