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 As System.Drawing.Size, _
ByVal As System.Drawing.Imaging.EmfType _
) As System.Drawing.Imaging.Metafile
public System.Drawing.Imaging.Metafile GetMetafile(
System.Drawing.Size ,
System.Drawing.Imaging.EmfType
)
Parameters
- sz
- Metafile image size.
- emfType
- Metafile type.
Return Value
Metafile of the current chart display.
See Also