Saves an image of the chart to the clipboard using the specified size and the specified format.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public void SaveImage(
	ImageFormat imgfmt,
	Size sz
)
Visual Basic
Public Sub SaveImage ( _
	imgfmt As ImageFormat, _
	sz As Size _
)

Parameters

imgfmt
Type: System.Drawing.Imaging..::..ImageFormat
Image format.
sz
Type: System.Drawing..::..Size
Image size.

See Also