Command
QisLib_SetOutlineFilter Function: int QisLib_SetOutlineFilter(int OnOff); Inputs: On/Off: _QIS_ON (On) or _QIS_OFF (Off) Return: success: 0 failure: one of the following values : Errors: -1: QisLib has not been initialized Description: - When this setting is on (default), the polygon outline is not drawn if all of the following are true: a. Drawing is in fill mode b. Outline color is same as fill color c. Fill pattern is solid fill - Under these conditions, a 1 pixel segment of the polygon is not drawn and appears to be missing. - To force drawing of the 1 pixel segment, turn this setting off.References: QisLib_SetOutline QisLib_SetFill QisLib_SetLayersOutlineColor |