VCGetFillColor
VCSetFillColor


Version:

1.2

Description:

The fill color used when filling a boundary.

Declaration:

 

C/C++

extern "C" short WINAPI VCGetFillColor(short* iError);
extern "C" void WINAPI VCSetFillColor(short* iError, short i);

Delphi

function VCGetFillColor(var iError: Smallint):Smallint; stdcall;
procedure VCSetFillColor(var iError: Smallint; i: Smallint); far

ActiveX/COM

Function GetFillColor() As Integer
Sub SetFillColor(ByVal i As Integer)

Parameters:

i - the color setting.

Notes:

 

See Also:

VCGetDrawFBoundary, VCGetDrawHBoundary, VCGetHatchColor, VCGetFillDisplay, VCGetHatchDisplay