TrustedUser
2,147
edits
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): | ||
< | <source lang="cpp"> | ||
block(10, 25, 100, 120); | block(10, 25, 100, 120); | ||
</ | </source> | ||
== Technical Information == | == Technical Information == |