QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
Go to the documentation of this file.
48 void QgsQuickMapTransform::updateMatrix()
51 float scaleFactor =
static_cast<float>( 1.0 / mMapSettings->
mapUnitsPerPixel() );
53 matrix.scale( scaleFactor, -scaleFactor );
QgsRectangle visibleExtent
Returns the actual extent derived from requested extent that takes takes output image size into accou...
double mapUnitsPerPixel
Returns the distance in geographical coordinates that equals to one pixel in the map.
double yMaximum() const
Returns the y maximum value (top side of rectangle).
void visibleExtentChanged()
Returns the actual extent derived from requested extent that takes takes output image size into accou...
double xMinimum() const
Returns the x minimum value (left side of rectangle).