TransformDIB(srcLocationType, srcLocationVARIANT, destLocationType, in out destLocationVARIANT)
Performs transformation of raster that is in DIB format (Windows BMP format) and specified by the argument srcLocationVARIANT to the raster specified by the destLocationVARIANT argument. The srcLocationType argument specifies the source type of transformed raster and takes one of the constants given in the "Raster/metafile location" table. The destLocationType argument specifies the destination type of transformed raster and takes one of the constants given in the "Raster/metafile location" table. The srcLocationVARIANT argument specifies the source of transformed raster. The srcLocationVARIANT argument type is VARIANT. The description how to use the srcLocationVARIANT argument is given in the "Raster/metafile location" table. The destLocationVARIANT argument specifies the destination of transformed raster. The destLocationVARIANT argument type is VARIANT. The description how to use the destLocationVARIANT argument is given in the "Raster/metafile location" table.