[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.C1Chart3D.GetImage

GetImage Method

GetImage()

Obtains an image of the current chart using the display size.

Declaration
public Image GetImage()
Returns
Type Description
Image

Chart image created by an enhanced metafile of the chart.

Remarks

This method creates an image of the current chart display an returns an Image object. If an error occurs during the file creation, chart drawing and writing, an appropriate exception is thrown indicating the cause of error.

See Also

GetImage(Size)

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

Declaration
public Image GetImage(Size sz)
Parameters
Type Name Description
Size sz

Image size in pixels.

Returns
Type Description
Image

Chart image created by an enhanced metafile of the chart.

Remarks

This method creates an image of the current chart display an returns an Image object. If an error occurs during the file creation, chart drawing and writing, an appropriate exception is thrown indicating the cause of error.

See Also

GetImage(ImageFormat, Size)

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

Declaration
public Image GetImage(ImageFormat imgFmt, Size sz)
Parameters
Type Name Description
ImageFormat imgFmt

Image format.

Size sz

Image size in pixels.

Returns
Type Description
Image

Chart image.

See Also

GetImage(ImageFormat)

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

Declaration
public Image GetImage(ImageFormat imgFmt)
Parameters
Type Name Description
ImageFormat imgFmt

Image format.

Returns
Type Description
Image

Chart image.

See Also