NETRect Struct Reference
#include <netwm_def.h>
Public Attributes | |
| NETPoint | pos |
| NETSize | size |
Detailed Description
Simple rectangle class for NET classes.
This class is a convenience class defining a rectangle as a point x,y with a size width by height. The existence of this class is to keep the implementation from being dependant on a separate framework/library;
NETRect is only used by the NET API. Usually TQRect is the appropriate class for representing a rectangle.
Definition at line 94 of file netwm_def.h.
Member Data Documentation
◆ pos
| NETPoint NETRect::pos |
◆ size
| NETSize NETRect::size |
The documentation for this struct was generated from the following file:
Trinity API Reference