ClanSoft logo
ClanSoft logo

    CL_ClipRect::CL_ClipRect

Syntax

CL_ClipRect(
        int x1,
        int y1,
        int x2,
        int y2);

Parameters

(x1,y1)-Upper left corner of the rectangle.
(x2,y2)-Lower right corner of the rectangle (not included)

Description

Constructs a clipping rectangle from (x1,y1) to (x2,y2).


Back to index



This page was built using the Perceps documentation system.