Overload List
Obtains an metafile of the current chart display using the specified size.
[Visual Basic] Overloads Public Function GetMetafile() As Metafile
[C#] public Metafile GetMetafile();
[Delphi] public function GetMetafile() : Metafile; overload;
Obtains an metafile of the current chart display using the specified size.
[Visual Basic] Overloads Public Function GetMetafile(Size) As Metafile
[C#] public Metafile GetMetafile(Size);
[Delphi] public function GetMetafile(Size) : Metafile; overload;
Obtains an metafile of the current chart display using the specified size and type.
[Visual Basic] Overloads Public Function GetMetafile(Size, EmfType) As Metafile
[C#] public Metafile GetMetafile(Size, EmfType);
[Delphi] public function GetMetafile(Size; EmfType) : Metafile; overload;
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |