Translations:Development/Tutorials/Qt4 Ruby Tutorial/Chapter 09/17/fi: Difference between revisions

From KDE TechBase
(Created page with "Funktio [http://doc.qt.nokia.com/latest/qpainter.html#rotate Qt::Painter::rotate()] pyörittää [http://doc.qt.nokia.com/latest/qpainter.html Qt::Painter]-koordinaattijärjestel...")
 
(No difference)

Latest revision as of 18:00, 12 October 2011

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Development/Tutorials/Qt4 Ruby Tutorial/Chapter 09)
The [http://doc.qt.nokia.com/latest/qpainter.html#rotate Qt::Painter::rotate()] function rotates the coordinate system of the [http://doc.qt.nokia.com/latest/qpainter.html Qt::Painter] around the origin. The rotation argument is given in degrees (not given in sixteenths of a degree as above) and clockwise. Here we rotate the coordinate system '''<tt>@currentAngle</tt>''' degrees counter-clockwise.

Funktio Qt::Painter::rotate() pyörittää Qt::Painter-koordinaattijärjestelmää alkupisteen ympäri. Kiertoargumentti annetaan asteina (ei aseteen 16-osina, kuten yllä) ja vastapäivään. Tässä pyöritämme koordinaattijärjestelmää @currentAngle-astetta vastapäivään.