HalfDIB  Property

Description         Specifies a handle to the device independent bitmap. Not available at design time.

Usage                  [form.] BiDisp.HalfDIB = [DIB]

Remarks             The HalfDIB property contains the bitmap, palette, dimension and color depth  information of an image.

                            If the CutDIBTop or CutDIBBottom methods are used sucessfully, the HalfDIB property will contain the other part of the original image. If the methods return zero, the HalfDIB property will not change.

                            The value of the property can be deleted manually:

                                    BlackIce1.HalfDIB = 0;

Data Type          LONGLONG

Available            ¨Design-Time      þRun-Time Read      þRun-Time Write

See Also              CutDIBBottom Method, CutDIBTop Method