SetFillShader
Vector graphics, Path definition and drawing, Color
Version history
This function was introduced in Quick PDF Library version 7.11.
Description
Sets the fill to the specified shader for subsequently drawn graphics.
Syntax
Delphi
function TDebenuPDFLibrary1811.SetFillShader(ShaderName: WideString): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetFillShader(ShaderName As String) As Long
DLL
int DPLSetFillShader(int InstanceID, wchar_t * ShaderName)
Parameters
ShaderName | The shader name that was used when the shader was created. |
Return values
0 | The shader could not be found |
1 | The shader fill was setup correctly |