ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapChart Class / GetMetafile Method / GetMetafile(Size,EmfType) Method

In This Topic
    GetMetafile(Size,EmfType) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetMetafile( _
       ByVal sz As System.Drawing.Size, _
       ByVal emfType As System.Drawing.Imaging.EmfType _
    ) As System.Drawing.Imaging.Metafile
    public System.Drawing.Imaging.Metafile GetMetafile( 
       System.Drawing.Size sz,
       System.Drawing.Imaging.EmfType emfType
    )

    Parameters

    sz
    emfType
    See Also