QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Label blocking region (in map coordinates and CRS). More...
#include <qgsmapsettings.h>
Public Member Functions | |
QgsLabelBlockingRegion (const QgsGeometry &geometry) | |
Constructor for a label blocking region. More... | |
Public Attributes | |
QgsGeometry | geometry |
Geometry of region to avoid placing labels within (in destination map coordinates and CRS) More... | |
Label blocking region (in map coordinates and CRS).
Definition at line 53 of file qgsmapsettings.h.
|
inlineexplicit |
Constructor for a label blocking region.
Definition at line 60 of file qgsmapsettings.h.
QgsGeometry QgsLabelBlockingRegion::geometry |
Geometry of region to avoid placing labels within (in destination map coordinates and CRS)
Definition at line 65 of file qgsmapsettings.h.