C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / C1Chart3D Class / GetMetafile Method / GetMetafile(Size,EmfType) Method
Metafile image size.
Metafile type.

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

Parameters

sz
Metafile image size.
emfType
Metafile type.

Return Value

Metafile of the current chart display.
See Also