GetImage(ImageFormat,Size) Method
In This Topic
Obtains an image of the current chart display using the specified format and size.
Syntax
'Declaration
Public Overloads Function GetImage( _
ByVal As System.Drawing.Imaging.ImageFormat, _
ByVal As System.Drawing.Size _
) As System.Drawing.Image
public System.Drawing.Image GetImage(
System.Drawing.Imaging.ImageFormat ,
System.Drawing.Size
)
Parameters
- imgfmt
- Image format.
- sz
- Image size.
Return Value
Image of the current chart display.
See Also