Obtains an metafile of the current chart display using the specified size.
[Visual Basic]
Overloads Public Function GetMetafile( _
ByVal sz As Size _
) As Metafile
[C#]
public Metafile GetMetafile(
Size sz
);
[Delphi]
public function GetMetafile(
sz: Size
): Metafile; overload;
Parameters
sz
Metafile image size.
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. |