Glossary Item Box

LabDevTools Send comments on this topic.

SavePicture Method

Save the entire drawing surface of the control in a graphic file.

 

[Visual Basic]
Public Sub SavePicture(ByVal FileName As String, ByVal ImageFormat As System.Drawing.Imaging.ImageFormat)
[C#]
public void SavePicture(string FileName, System.Drawing.Imaging.ImageFormat ImageFormat);

   

    Parameters:

FileName
Name of the file in which saving the image.

System.Drawing.Imaging.ImageFormat

   Format graphical in which saving the image.

 

Return value:

None.

 

     Remarks:

 

See also:

Clear | DrawArc | DrawClosedSpline | DrawEllipse | DrawLines | DrawPath | DrawPoint | DrawPolygon | DrawRectangle | DrawSpline | FillClosedSpline | FillEllipse | FillPath | FillPolygon | FillRectangle

 

 


Copyright © 2007 LabDevTools. All Rights Reserved.