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

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

Syntax

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

Parameters

sz
Type: System.Drawing..::..Size
Metafile image size.

Return Value

Metafile of the current chart display.

See Also