Saves an image of the chart in a Byte array in the specified format of the specified size.
[Visual Basic]
Overloads Public Sub SaveImage( _
ByRef ByteArray As Byte, _
ByVal ImgFmt As ImageFormat, _
ByVal sz As Size _
)
[C#]
public void SaveImage(
ref byte ByteArray,
ImageFormat ImgFmt,
Size sz
);
[Delphi]
public procedure SaveImage(
var ByteArray: Byte;
ImgFmt: ImageFormat;
sz: Size
); overload;
Parameters
ByteArray
Byte array for image output.
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. |