Canvas wraps the canvas inside a view on an image/document. It is responsible for the view parameters of the document: zoom, rotation, mirror, wraparound and instant preview.
Methods
Member documentation
Return
true if the canvas is in Instant Preview mode, false if not. Only when OpenGL is enabled, is Instant Preview mode available. |
the current view in pixels.
Parameters
offset | (no description provided) |
\return the position of the image pixel that is placed in the center of the current view
Return
(no description provided) |
sets Instant Preview to enable
Parameters
enable | (no description provided) |
turn the canvas mirroring on or off depending on value
Parameters
value | (no description provided) |
setPan Centers the image pixel at \p imagePos in the current view
Parameters
imagePos | (no description provided) |
set the rotation of the canvas to the given angle in degrees.
Parameters
angle | (no description provided) |
set wraparound mode to enable
Parameters
enable | (no description provided) |
set the zoomlevel to the given value. 1.0 is 100%.
Parameters
value | (no description provided) |
Return
true if the canvas is in wraparound mode, false if not. Only when OpenGL is enabled, is wraparound mode available. |