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