Saves an image of the chart to the clipboard using the specified size and the specified format.
[Visual Basic]
Overloads Public Sub SaveImage( _
ByVal imgfmt As ImageFormat, _
ByVal sz As Size _
)
[C#]
public void SaveImage(
ImageFormat imgfmt,
Size sz
);
[Delphi]
public procedure SaveImage(
imgfmt: ImageFormat;
sz: Size
); overload;
Parameters
imgfmt
Image format.
sz
Image size.
See Also
C1Chart Class | C1Chart Members | C1.Win.C1Chart Namespace | C1Chart.SaveImage Overload List
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |