VCGetFillDisplay
VCSetFillDisplay


Version:

1.2

Description:

Determine whether fill entities are displayed on the screen as well as in print and plot routines. Turning off the display will reduce the visual clutter and increase the speed of redraws.

Declaration:

 

C/C++

extern "C" vbool WINAPI VCGetFillDisplay(short* iError);
extern "C" void WINAPI VCSetFillDisplay(short* iError, vbool tf);

Delphi

function VCGetFillDisplay(var iError: Smallint):Wordbool; stdcall;
procedure VCSetFillDisplay(var iError: Smallint; tf: Wordbool); stdcall;

ActiveX/COM

Function GetFillDisplay() As Integer
Sub SetFillDisplay(ByVal i As Integer)

Parameters:

tf - toggle setting
0 - Off (Unchecked)
1 - On (Checked)
2 - Restore previous state

Notes:

 

See Also:

VCGetDrawFBoundary, VCGetDrawHBoundary, VCGetFillColor, VCGetHatchColor, VCGetHatchDisplay