diff options
Diffstat (limited to 'doc/html/ntqpainter.html')
-rw-r--r-- | doc/html/ntqpainter.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqpainter.html b/doc/html/ntqpainter.html index e4eda00b8..00c0b4173 100644 --- a/doc/html/ntqpainter.html +++ b/doc/html/ntqpainter.html @@ -1457,8 +1457,8 @@ were transformed. <pre> <a href="ntqpointarray.html">TQPointArray</a> a(10); <a href="ntqpointarray.html">TQPointArray</a> b; - b = painter.xForm(a, 2, 4); // b.<a href="ntqmemarray.html#size">size</a>() == 4 - b = painter.xForm(a, 2, -1); // b.<a href="ntqmemarray.html#size">size</a>() == 8 + b = painter.xForm(a, 2, 4); // b.<a href="tqmemarray.html#size">size</a>() == 4 + b = painter.xForm(a, 2, -1); // b.<a href="tqmemarray.html#size">size</a>() == 8 </pre> <p> <p>See also <a href="#xFormDev">xFormDev</a>() and <a href="ntqwmatrix.html#map">TQWMatrix::map</a>(). @@ -1499,8 +1499,8 @@ were transformed. <pre> <a href="ntqpointarray.html">TQPointArray</a> a(10); <a href="ntqpointarray.html">TQPointArray</a> b; - b = painter.xFormDev(a, 1, 3); // b.<a href="ntqmemarray.html#size">size</a>() == 3 - b = painter.xFormDev(a, 1, -1); // b.<a href="ntqmemarray.html#size">size</a>() == 9 + b = painter.xFormDev(a, 1, 3); // b.<a href="tqmemarray.html#size">size</a>() == 3 + b = painter.xFormDev(a, 1, -1); // b.<a href="tqmemarray.html#size">size</a>() == 9 </pre> <p> <p>See also <a href="#xForm">xForm</a>() and <a href="ntqwmatrix.html#map">TQWMatrix::map</a>(). |