SaveImage(Int32,Int32) Method
In This Topic
Saves chart as image with specified width and height to the clipboard.
Syntax
'Declaration
Public Overloads Sub SaveImage( _
ByVal As Integer, _
ByVal As Integer _
)
public void SaveImage(
int ,
int
)
Parameters
- w
- Width of image.
- h
- Height of image.
See Also