SetFillShader

矢量图形、路径定义和绘制、颜色

描述

为后续绘制图形将填充设置为指定着色器

语法

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);

参数

ShaderName创建着色器时使用的着色器名称

返回值

0找不到着色器
1着色器填充已正确设置