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

In This Topic
    GetImage(ImageFormat,Size) Method
    In This Topic
    Obtains an image of the current chart 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 in pixels.

    Return Value

    Chart image.
    See Also