VCGetHatchColor
VCSetHatchColor


Version:

1.2

Description:

The hatch color used when hatching a boundary.

Declaration:

 

C/C++

extern "C" short WINAPI VCGetHatchColor(short* iError);
extern "C" void WINAPI VCSetHatchColor(short* iError, short i);

Delphi

function VCGetHatchColor(var iError: Smallint):Smallint; stdcall;
procedure VCSetHatchColor(var iError: Smallint; i: Smallint); stdcall;

ActiveX/COM

Function GetHatchColor() As Integer
Sub SetHatchColor(ByVal i As Integer)

Parameters:

i - the color setting.

Notes:

 

See Also:

VCGetFillColor, VCGetHatchName, VCGetDrawHBoundary,VCGetHatchRot