bool bitmap.Save(string)
Return Type: bool
Parameters: string FileName
Description:
This function loads a bitmap from the file specified by FileName. 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. This function
can be used to load a bitmap created by the widnow CaptureBitmap
function or any other standard format bitmap. Once loaded, bitmaps can
be compared using the equality (==) and inequality (!=) operators.
For an example, see the bitmap variable
page.
See Also: Load