Obtains an metafile of the current chart display using the specified size and type.
[Visual Basic]
Overloads Public Function GetMetafile( _
ByVal sz As Size, _
ByVal emfType As EmfType _
) As Metafile
[C#]
public Metafile GetMetafile(
Size sz,
EmfType emfType
);
[Delphi]
public function GetMetafile(
sz: Size;
emfType: EmfType
): Metafile; overload;
Parameters
sz
Metafile image size.
emfType
Metafile type.
Return Value
Metafile of the current chart display.
See Also
C1Chart Class | C1Chart Members | C1.Win.C1Chart Namespace | C1Chart.GetMetafile Overload List
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |