bool bitmap.Load(string)
Return Type: bool
Parameters: string FileName
Description:
This function saves a bitmap to the file specified by the FileName parameter.
The return value is true if the save was successful. Note that the file
name can be either a full path name or a relative path name.
For an example, see the bitmap variable
page.
See Also: Save