Obtains an image of the current chart using the specified format and size.

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

Syntax

C#
public Image GetImage(
	ImageFormat imgFmt,
	Size sz
)
Visual Basic
Public Function GetImage ( _
	imgFmt As ImageFormat, _
	sz As Size _
) As Image

Parameters

imgFmt
Type: System.Drawing.Imaging..::..ImageFormat
Image format.
sz
Type: System.Drawing..::..Size
Image size in pixels.

Return Value

Chart image.

See Also