public void SaveImage(
System.Drawing.Imaging.ImageFormat imgFmt
)
'Declaration
Public Overloads Sub SaveImage( _
ByVal imgFmt As System.Drawing.Imaging.ImageFormat _
)
Parameters
imgFmt
Image format.
Remarks
This method creates an image of the specified format and display size and saves the results to the clipboard. If an error occurs, an appropriate exception is thrown indicating the cause of error.