Class GLUE.Region
- Description
A rectangle. Used by the text routines to avoid drawing outside the current region.
- Variable
x
Variable y
Variable w
Variable h
floatGLUE.Region.x
floatGLUE.Region.y
floatGLUE.Region.w
floatGLUE.Region.h
- Constant is_region
constantintGLUE.Region.is_region- Description
All region objects have this constant.
- Method create
GLUE.Region GLUE.Region(floatx,floaty,floatw,floath)