VCGetTextLayer
VCSetTextLayer


Version:

1.2

Description:

Text can be placed on a separate layer independent of the current layer.

Declaration:

 

C/C++

extern "C" short WINAPI VCGetTextLayer(short* iError);
extern "C" void WINAPI VCSetTextLayer(short* iError, short iTextLayer);

Delphi

function VCGetTextLayer(var iError: Smallint):Smallint; stdcall;
procedure VCSetTextLayer(var iError: Smallint; iTextLayer: Smallint); stdcall;

ActiveX/COM

Function GetTextLayer() As Integer
Sub SetTextLayer(ByVal i As Integer)

Parameters:

 iTextLayer - layer index setting from 0 to 1023

Notes:

 

See Also:

VCGetTextAspect, VCGetTextBold, VCGetTextCharSpace, VCGetTextColor, VCGetTextFontName, VCGetTextHeight, VCGetTextItalic, VCGetTextItalicValue, VCGetTextJustify, VCGetTextLineSpace, VCGetTextProSpacing, VCGetTextRot, VCGetTextString, VCGetTextUnderline