Extracted from Pike v7.8 release 866 at 2016-11-06.
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 GLUE.Region.x
float GLUE.Region.y
float GLUE.Region.w
float GLUE.Region.hvoid GLUE.Region(float x, float y, float w, float h)


Constant is_region

constant GLUE.Region.is_region

Description

All region objects have this constant.