Sets the current image to the supplied DIB (Device Independent Bitmap).
Visual Basic |
---|
Public Sub FromHdib( _ ByVal method As IX_FROMHDIBMETHOD, _ ByVal newVal As Long _ ) |
- method
The IX_FROMHDIBMETHOD value specifying the method.Value Description IX_FROMHDIBMETHOD_CREATECOPY Specifies that the DIB is to be duplicated, the user has the responsibility of calling GlobalFree() to clean up the resource. IX_FROMHDIBMETHOD_TRANSFERINTERNALHDIB Specifies that the internal DIB is to be used, ImagXpress handles cleaning up the resource. - newVal
- The handle to the current/supplied DIB.
This method is intended for 32-bit environments.