Description Split a device independent bitmap.
Syntax lRet = [BiDib.]SplitDIB hInput XSize YSize hOutput XExt YExt
Remarks lRet LONGLONG Handle of the new DIB if splitting was successful, otherwise 0.
hInput Long Handle of the DIB to split.
XSize Long Width of one item.
YSize Long Height of one item.
hOutput LONGLONG Handle of the output DIBs.
XExt Long* Pointer to the horizontal size of extension.
YExt Long* Pointer to the vertical size of extension.
See Also