_ZNK8QPainter3mapEiiPiS0_

Name

QPainter::map -- apply the painter's transformation on the given point

Synopsis

#include <QtGui/qpainter.h>

void QPainter::map (int x, int y, int *rx, int *ry);

Description

The QPainter::map() function shall set (rx and ry) to the point that results from applying the painter's current transformation on the point (x, y).

This function is not intended to be used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.