10.03.2014 Views

API - Chapitre 03.pdf - IUT d'Arles

API - Chapitre 03.pdf - IUT d'Arles

API - Chapitre 03.pdf - IUT d'Arles

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

3.2.12 Clipping<br />

Le « clipping » ou « découpage » permet de restreindre l’affichage à<br />

une région donnée.<br />

Region region(Rect(20, 30, 100, 50));<br />

graphics.DrawRectangle(&crayon, 20, 30, 100, 50);<br />

graphics.SetClip(&region, CombineModeReplace);<br />

graphics.DrawLine(&crayon, 0, 0, 200, 200);<br />

Sans<br />

Avec<br />

Clipping d’une série<br />

d’ellipses par les<br />

contours d’un texte<br />

29

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!