Assigns the DIB from the control to a receiver and removes the DIB from the control for 64-bit.
Visual Basic |
---|
Public Function AssignDIB64() As __int64 |
The handle to the assigned DIB. If the method fails, the return value is zero.
This method is intended for 64-bit environments; use this instead of the AssignDIB Method.
Returns the handle to the assigned DIB. If the method fails, the return value is zero.
This method is typically used to assign the DIB from an ImagXpress control to either a variable or another ImagXpress control. In the following example, ImagXpress2 receives the DIB and ImagXpress1 no longer has a DIB.