Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.11.1
LEADTOOLS Raster Imaging C DLL Help

Changing Bitmap Coordinates

Show in webframe

For the L_PaintDCxxx functions you have the option of setting source and destination rectangles. The source rectangles are in bitmap coordinates and the destination rectangles are in display coordinates (TOP_LEFT).

If the image is not in TOP_LEFT view perspective, then the source rectangle is in the bitmap's view perspective. It is easier to calculate the source rectangle in terms of the display rectangle and then convert it to the bitmap's view perspective using L_RectToBitmap as follows:

//calculate the rcSrc in TOP_LEFT coordinates
©.
L_RectToBitmap(pBitmap, TOP_LEFT, &rcSrc);

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.