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 As System.Drawing.Imaging.ImageFormat, _
ByVal As System.Drawing.Size _
) As System.Drawing.Image
public new System.Drawing.Image GetImage(
System.Drawing.Imaging.ImageFormat ,
System.Drawing.Size
)
Parameters
- imgFmt
- Image format.
- sz
- Image size in pixels.
Return Value
Chart image.
See Also