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

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

    Parameters

    sz
    Metafile image size.

    Return Value

    Metafile of the current chart display.
    See Also