Creates a new object and places the given handle into it.
Syntax
Parameters
- dib
- The WIN32 HDIB handle to place into the new object.
- ownDib
- Indicates whether the new object should delete the handle to the DIB when you call its System.IDisposable.Dispose method. If you set this to true, this object will automatically delete the handle when it is finished using it. If you set it to false, this object will never delete the handle and you must delete it yourself.
- workspace
- A reference to the FormFix workspace object.
Return Value
A new
FormImage object that contains the original image.
See Also