VCGetDrawFBoundary
VCSetDrawFBoundary


Version:

1.2

Description:

The fill boundary option determines whether the boundary that contains the hatch should be displayed as part of the hatch or be invisible.

Declaration:

 

C/C++

extern "C" vbool WINAPI VCGetDrawFBoundary(short* iError);
extern "C" void WINAPI VCSetDrawFBoundary(short* iError, vbool tfB);

Delphi

function VCGetDrawFBoundary(var iError: Smallint):Wordbool; stdcall;
procedure VCSetDrawFBoundary(var iError: Smallint; tfB: Wordbool); stdcall;

ActiveX/COM

Function GetDrawFBoundary() As Integer
Sub SetDrawFBoundary(ByVal i As Integer)

Parameters:

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

Notes:

 

See Also:

VCGetDrawHBoundary, VCGetFillColor, VCGetHatchColor, VCGetFillDisplay, VCGetHatchDisplay