[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
2.6.8 Tile sample
Function tile draw surface by tiles. The sample code is:
int sample(mglGraph *gr) { mglData a; mgls_prepare2d(&a); gr->Title("Tile plot"); gr->Rotate(40,60); gr->Box(); gr->Tile(a); return 0; }
This document was generated on March 21, 2014 using texi2html 5.0.