Difference between revisions of "AGIWiki/block"

Jump to navigation Jump to search
18 bytes added ,  15:13, 25 October 2018
m
Text replacement - "<source lang=" to "<syntaxhighlight lang="
(→‎Examples: Fix syntax highlighting)
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=")
 
(One intermediate revision by the same user not shown)
Line 31: Line 31:


The following code creates a block rectangle whose top-left corner is at (10, 25) and whose bottom-right corner is at (100, 120):
The following code creates a block rectangle whose top-left corner is at (10, 25) and whose bottom-right corner is at (100, 120):
<source lang="cpp">
<syntaxhighlight lang="cpp">
  block(10, 25, 100, 120);
  block(10, 25, 100, 120);
</source>
</syntaxhighlight>


== Technical Information ==
== Technical Information ==
TrustedUser
2,147

edits

Navigation menu