Solar_OS API Reference

You are here: Main -> Draw API ->


PROC API_Draw_Rect_Fill  STDCALL
	ARG	wnd_handle:dword
	ARG	rect_x:dword,rect_y:dword
	ARG	rect_dx:dword,rect_dy:dword
	ARG	rect_color:dword

This function will draw a rectangle made of solid color. Coordinates are relative to specified window.

Arguments:

Argument Type Description
wnd_handle dword handle of destination window
rect_x dword rectangle x position
rect_y dword rectangle y position
rect_dx dword rectangle dx (width)
rect_dy dword rectangle dy (height)
rect_color dword color of rectangle fill-up. Format is: xx_RR_GG_BB

Returns:

Posible Errors:

Remarks:

See Also