You are here: Main -> Draw API ->
PROC API_Draw_Rect_Fill_Shadow 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 filled with a realtime translucent shadow. Coordinates are relative to specified window.
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 shadow. Format is: xx_RR_GG_BB |