DrawRect3D() is only used within STemWin.
 
Symbols
loading...
Files
loading...

DrawRect3D() function

draw a 3D rectangle

Syntax

void DrawRect3D(int x0,     int y0,     int width,     int height);
Implemented in k_modules_res.c:3595

Arguments

x0

Upper left X-position

y0

Upper left Y-position

width

width of the rectangle

height

height of the rectangle

Return value

None

References

LocationReferrerText
k_modules_res.c:3595
void DrawRect3D(int x0, int y0, int width, int height)
k_modules_res.h:74
void DrawRect3D(int x0, int y0, int width, int height);
imagebrowser_win.c:893_cbDialog()
DrawRect3D(5, 170, 230, 54);
imagebrowser_win.c:894_cbDialog()
DrawRect3D(182, 226, 53, 65);

Call Tree

Functions calling DrawRect3D()
Functions called by DrawRect3D()
all items filtered out
DrawRect3D()
Data read by DrawRect3D()
DrawRect3D()