A www.Sockets4.NET class library

ImageCanvas Constructor (String, Boolean)

Initializes a new instance of the ImageCanvas class from the specified file.

public ImageCanvas(
   string filename,
   bool useIcm
);

Parameters

filename
The name of the bitmap file.
useIcm
Set to true to use color correction for this ImageCanvas object; otherwise, false.

Remarks

The file remains locked until the ImageCanvas object is disposed.

See Also

ImageCanvas Class | Sockets4Images Namespace | ImageCanvas Constructor Overload List