Obtains an metafile of the current chart display using the specified size and type.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public Metafile GetMetafile(
	Size sz,
	EmfType emfType
)
Visual Basic
Public Function GetMetafile ( _
	sz As Size, _
	emfType As EmfType _
) As Metafile

Parameters

sz
Type: System.Drawing..::..Size
Metafile image size.
emfType
Type: System.Drawing.Imaging..::..EmfType
Metafile type.

Return Value

Metafile of the current chart display.

See Also