Home > comp > gb.cairo > cairo > resetclip 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
Cairo.ResetClip (gb.cairo)
Static Sub ResetClip ( )

Reset the current clip region to its original, unrestricted state. That is, set the clip region to an infinitely large shape containing the target surface. Equivalently, if infinity is too hard to grasp, one can imagine the clip region being reset to the exact bounds of the target surface.

Note that code meant to be reusable should not call Cairo.ResetClip as it will cause results unexpected by higher-level code which calls Cairo.Clip. Consider using Cairo.Save and Cairo.Restore around Cairo.Clip as a more robust means of temporarily restricting the clip region.