VCGetHatchScale
VCSetHatchScale


Version:

1.2

Description:

The multiplier used to scale the hatch definition to determine the size of the displayed hatch.

Declaration:

 

C/C++

extern "C" double WINAPI VCGetHatchScale(short* iError);
extern "C" void WINAPI VCGetHatchScaleBP(short* iError, double* dRet);
extern "C" void WINAPI VCSetHatchScale(short* iError, double d);

Delphi

procedure VCGetHatchScaleBP(var iError: Smallint; var dRet: Double); stdcall;
procedure VCSetHatchScale(var iError: Smallint; dRet: Double); stdcall;

ActiveX/COM

Function GetHatchScale() As Double
Sub SetHatchScale(ByVal d As Double)

Parameters:

d - a double representing the scale value.

Notes:

 

See Also:

VCGetHatchName, VCGetDrawHBoundary, VCGetHatchRot