ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / C1Chart3D Class / GetMetafile Method / GetMetafile() Method

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

    Return Value

    Metafile of the current chart display.
    See Also