Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
GLUE
GLUE.Region

Class GLUE.Region

Description

A rectangle. Used by the text routines to avoid drawing outside the current region.


syntax

float x
float y
float w
float hvoid GLUE.Region(float x, float y, float w, float h)


Constant is_region

constant is_region

Description

All region objects have this constant.