VCGetDrawHBoundary
VCSetDrawHBoundary


Version:

1.2

Description:

The hatch 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 VCGetDrawHBoundary(short* iError);
extern "C" void WINAPI VCSetDrawHBoundary(short* iError, vbool tfB);

Delphi

function VCGetDrawHBoundary(var iError: Smallint):Wordbool; stdcall;
procedure VCSetDrawHBoundary(var iError: Smallint; tfB: Wordbool); stdcall;

ActiveX/COM

Function GetDrawHBoundary() As Integer
Sub SetDrawHBoundary(ByVal i As Integer)

Parameters:

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

Notes:

 

See Also:

VCGetDrawFBoundary, VCGetFillColor, VCGetHatchColor, VCGetFillDisplay, VCGetHatchDisplay