GfxFillSolidRect
|
Low-level graphics |
SYNTAX | GfxFillSolidRect( x1, y1, x2, y2, color ) |
RETURNS | NOTHING |
FUNCTION | GfxFillSolidRect is the fastest method to fill solid rectangle with single color (faster than GfxRectangle).
The function does not require and does not use brush (so you do NOT need to call GfxSelectSolidBrush before it). |
EXAMPLE | pw = Status("pxwidth"); |
SEE ALSO | GfxRoundRect() function , GfxRectangle() function , GfxSelectSolidBrush() function |
The GfxFillSolidRect function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.