SetFillShader

Vector graphics, Path definition and drawing, Color

Descrição

Define o preenchimento com o shader especificado para os gráficos desenhados em seguida

Sintaxe

Delphi

Function TPDFlib.SetFillShader(Const ShaderName: WideString): Integer;

ActiveX

Function PDFlib::SetFillShader(ShaderName As String) As Long

DLL

int DLSetFillShader(int InstanceID, const wchar_t * ShaderName);

Parâmetros

ShaderNameThe shader name that was used when the shader was created.

Return values

0The shader could not be found
1The shader fill was setup correctly