DisableClipping

static void DisableClipping();

Disables the clipping region.

If you've called Transforms::SetClipping you can call this function to disable the clipping region and to be able to render to the whole screen again.

Examples

// Disable clipping region //
Transforms::DisableClipping();


Other functions of the class Transforms
SetPosition
Set the position of screen contents
SetRotation
Set the rotational angle of the screen contents
SetRotationPivot
Selects the pivot point of the screen rotation
SetStretch
Sets the stretch factor of the screen
SetTintColor
Tints the whole screen to a color
ResetTransforms
Disables all the active placement transformations
SetColorChannels
Sets the coefficients of the color channels
GetColorChannels
Returns the coefficients of the color channels
SetClipping
Sets the clipping region of the screen
DisableClipping
Disables the clipping region


Questions about DisableClipping? Click here.