GpiWCBitBlt

GpiWCBitBlt enables you to retain the bit-map data in the segment store of the target presentation space. It is a valid in all three drawing modes:

Most of the bit-map drawing operations occur in an application's device space. GpiWCBitBlt, however, lets an application draw in its world space, but requires that you use device coordinates for the source rectangle, and world coordinates for the target rectangle.

An application can use GpiWCBitBlt to draw a bit map with consistent dimensions on devices with different aspect ratios. The aspect ratio is the ratio of a pel's width to its height.

When creating data for interchange, use GpiWCBitBlt. GpiWCBitBlt provides the same function as GpiBitBlt, with the following exceptions:


[Back: GpiBitBlt]
[Next: Changing the Size of the Bit Map]