Difference between revisions of "AGIWiki/block"

Jump to navigation Jump to search
2 bytes removed ,  20:56, 11 May 2016
→‎Examples: Fix syntax highlighting
m
(→‎Examples: Fix syntax highlighting)
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):
<syntax type = "C++">
<source lang="cpp">
  block(10, 25, 100, 120);
  block(10, 25, 100, 120);
</syntax>
</source>


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

edits

Navigation menu