SaveImage(ImageFormat,Size) Method
In This Topic
Saves an image of the chart to the clipboard using the specified size and the specified format.
Syntax
'Declaration
Public Overloads Sub SaveImage( _
ByVal As System.Drawing.Imaging.ImageFormat, _
ByVal As System.Drawing.Size _
)
public void SaveImage(
System.Drawing.Imaging.ImageFormat ,
System.Drawing.Size
)
Parameters
- imgfmt
- Image format.
- sz
- Image size.
See Also