FormFix v6.0 for .NET - Updated
ToHdib(Boolean) Method



Accusoft.FormFixSdk Namespace > FormImage Class : ToHdib(Boolean) Method
Indicates whether this method should also release the image that this object contains. Set it to true if you want this method to delete the image and to false otherwise.
Returns a new WIN32 HDIB handle containing a copy of the image in this object.
Syntax
'Declaration
 
Public Function ToHdib( _
   ByVal release As Boolean _
) As IntPtr
'Usage
 
Dim instance As FormImage
Dim release As Boolean
Dim value As IntPtr
 
value = instance.ToHdib(release)
public IntPtr ToHdib( 
   bool release
)
public:
IntPtr ToHdib( 
   bool release
) 

Parameters

release
Indicates whether this method should also release the image that this object contains. Set it to true if you want this method to delete the image and to false otherwise.

Return Value

A new WIN32 HDIB handle that contains a copy of this image.
Remarks
This method takes the image contained in this object, makes a copy of it, and returns it in the form of a WIN32 HDIB handle. It can optionally release the image contained in this object at the same time.
See Also

Reference

FormImage Class
FormImage Members
ToBitmap Method
ToHbitmap Method

Is this page helpful?
Yes No
Thanks for your feedback.