mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Make QgsMapSettings rotation API docs follow same standard as other rotation API
This commit is contained in:
parent
d705642fb3
commit
df52620377
@ -57,12 +57,18 @@ Set the size of the resulting map image
|
||||
|
||||
double rotation() const;
|
||||
%Docstring
|
||||
Returns the rotation of the resulting map image, in degrees clockwise.
|
||||
.. versionadded:: 2.8
|
||||
.. seealso:: setRotation()
|
||||
:rtype: float
|
||||
%End
|
||||
void setRotation( double degrees );
|
||||
|
||||
void setRotation( double rotation );
|
||||
%Docstring
|
||||
Sets the ``rotation`` of the resulting map image, in degrees clockwise.
|
||||
.. versionadded:: 2.8
|
||||
|
||||
.. seealso:: rotation()
|
||||
%End
|
||||
|
||||
double outputDpi() const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user