Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
circular17 committed Apr 4, 2024
1 parent 598f649 commit 2b3ee12
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/doc/BGRACanvas2D.TBGRACanvas2D.html
Original file line number Diff line number Diff line change
Expand Up @@ -1512,6 +1512,17 @@ <h3 class="detail">Methods</h3>
<tr><td colspan="2">
<p>
Rotates the canvas around the origin (0,0) by the given angle in radians, clockwise.</p>
<p>


<p><strong>Example rotating around the center of a 200x200 canvas:</strong> </p>

<pre class="longcode">
canvas2D.translate(<span class="pascal_numeric">100</span>, <span class="pascal_numeric">100</span>);
canvas2D.rotate(Pi);
canvas2D.translate(-<span class="pascal_numeric">100</span>, -<span class="pascal_numeric">100</span>);</pre>

<p></p>
</td></tr>
</table>
<table class="detail wide_list">
Expand Down
2 changes: 1 addition & 1 deletion docs/doc/tipuesearch/tipuesearch_content.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b3ee12

Please sign in to comment.