Category: Images and Rendering
ClearClipRegion()
Void
Clears the active clip region so subsequent drawing can affect the full active target again.
If a buffer is currently selected with SetBufferTarget, the clip is cleared for that buffer target.
Graphics 640, 480
SetClipRegion 32, 32, 200, 120
DrawFilledRect 0, 0, 640, 480
ClearClipRegion
DrawRect 0, 0, 639, 479