ClearClipRegion

Category: Images and Rendering

Back to System Functions


Signature

ClearClipRegion()

Returns

Void

Description

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.

Example

Graphics 640, 480 SetClipRegion 32, 32, 200, 120 DrawFilledRect 0, 0, 640, 480 ClearClipRegion DrawRect 0, 0, 639, 479