DVUI

clipGet

Get current screen rectangle in pixels that drawing is being clipped to.

Only valid between Window.beginand Window.end.

Source

Implementation

#
pub fn clipGet() Rect.Physical {
    return currentWindow().clipRect;
}