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

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

Syntax

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

Parameters

imgFmt
Type: System.Drawing.Imaging..::..ImageFormat
Image format.

Return Value

Chart image.

See Also