Open main menu

Difference between revisions of "AGIWiki/block"

9 bytes added ,  15:13, 25 October 2018
m
Text replacement - "<source lang=" to "<syntaxhighlight lang="
m (Text replacement - "</source>" to "</syntaxhighlight>")
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=")
 
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);
</syntaxhighlight>
</syntaxhighlight>
TrustedUser
2,147

edits