C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / C1Chart3D Class / GetImage Method / GetImage(ImageFormat,Size) Method
Image format.
Image size in pixels.

In This Topic
GetImage(ImageFormat,Size) Method
In This Topic
Obtains an image of the current chart using the specified format and size.
Syntax
'Declaration
 
Public Overloads Shadows Function GetImage( _
   ByVal imgFmt As System.Drawing.Imaging.ImageFormat, _
   ByVal sz As System.Drawing.Size _
) As System.Drawing.Image
 

Parameters

imgFmt
Image format.
sz
Image size in pixels.

Return Value

Chart image.
See Also