Accusoft.ImagXpress12.Net
FromHbitmap(ImagXpress,IntPtr) Method
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace > ImageX Class > FromHbitmap Method : FromHbitmap(ImagXpress,IntPtr) Method




imagXpress
An instance of the ImagXpress workspace component. This is the main ImagXpress component that typically must be dragged onto a form first.
Hbitmap
An IntPtr which represents the bitmap handle.

Glossary Item Box

Creates an ImageX object from the given Hbitmap object.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

imagXpress
An instance of the ImagXpress workspace component. This is the main ImagXpress component that typically must be dragged onto a form first.
Hbitmap
An IntPtr which represents the bitmap handle.

Return Value

The newly created ImageX object.

Remarks

The ImageX object implements the IDisposable interface and the application is required to call the Dispose method when the application is done with ImageX object, otherwise memory may leak.

See Also

©2013. Accusoft Corporation. All Rights Reserved.