|
||
class TGridUtils;
A collection of Grid utilities.
Defined in TGridUtils
:
FillRect(CGraphicsContext *,TRgb,const TRect &)
Fills the specified rectangle with the specified colour.IMPORT_C static void FillRect(CGraphicsContext *aGc, TRgb aColor, const TRect &aRect);
Fills the specified rectangle with the specified colour.
|
|