예제 #1
0
QPolygonF canvasPolygon( const QgsMapSettings &mapSettings )
{
  QPolygonF poly;
  return mapSettings.visiblePolygon();
}