C++
ACCORE_PORT void acgsRedrawShortTermGraphics( int minx, int miny, int maxx, int maxy );
File
acgs.h
Description
This function causes the short-term graphics (highlights, grips, blips, and so on) to be redrawn in the client window rectangle specified by minx, miny, maxx, and maxy.
Parameters
Parameters | Description |
---|---|
minx | Input minimum X coordinate (in screen coordinates) of graphics bounding box |
miny | Input minimum Y coordinate (in screen coordinates) of graphics bounding box |
maxx | Input maximum X coordinate (in screen coordinates) of graphics bounding box |
maxy | Input maximum Y coordinate (in screen coordinates) of graphics bounding box |
Previous Declaration
void acgsRedrawShortTermGraphics(
short minx,
short miny,
short maxx,
short maxy
);