Sets the current image to the given HDIB.
Visual Basic |
---|
Public Sub FromHdib2( _ ByVal hdib As Integer, _ ByVal method As SF_FromHdibMethod _ ) |
- hdib
- The handle to the DIB to transfer into this component.
- method
Value Description SF_FromHdibMethod_CreateCopy The ScanFix object creates a copy of the DIB passed via hdib parameter. Ownership of the DIB remains with the caller. SF_FromHdibMethod_TransferInternalHdib The ScanFix object takes ownership of the DIB passed via the hdib parameter.