microGUI.Types.Area
Classes
Position and dimensions of a rectangular area. |
Module Contents
- class microGUI.Types.Area.AreaType(pos: microGUI.Types.Point.PointType = None, size: microGUI.Types.Dim.DimType = None)
Position and dimensions of a rectangular area.
The
AreaTypestructure describes the position and dimensions of a rectangular area. It’s used extensively by theWidget. This structure contains at least the following members:- property pos
- Upper-left corner of the area.