[]
        
(Showing Draft Content)

C1.Win.C1Chart.C1Chart.GetMetafile

GetMetafile Method

GetMetafile(Size, EmfType)

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

Declaration
public Metafile GetMetafile(Size sz, EmfType emfType)
Public Function GetMetafile(sz As Size, emfType As EmfType) As Metafile
Parameters
Type Name Description
Size sz

Metafile image size.

EmfType emfType

Metafile type.

Returns
Type Description
Metafile

Metafile of the current chart display.

GetMetafile(Size)

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

Declaration
public Metafile GetMetafile(Size sz)
Public Function GetMetafile(sz As Size) As Metafile
Parameters
Type Name Description
Size sz

Metafile image size.

Returns
Type Description
Metafile

Metafile of the current chart display.

GetMetafile()

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

Declaration
public Metafile GetMetafile()
Public Function GetMetafile() As Metafile
Returns
Type Description
Metafile

Metafile of the current chart display.