FillRect
Fill a rectangle.
voidFillRect ( float left, float top, float right, float bottom unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha );
Parameters
- left, top
- The coordinates of the left top corner of the rectangle.
- right, bottom
- The coordinates of the right bottom corner of the rectangle.
- red, green, blue, alpha
- Components of the filling colour.
Return Values
This function has no return value.
Requirements
- Version:
- ArchiCAD 14
- Header:
- NativeContext.hpp
- Import Library:
- DGGraphix.lib
- Module:
- DGGraphix.dll [WIN], DGGraphix.framework [MAC]