SetFillTilingPatternA
Векторная графика, Цвет
Описание
The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to SetFillTilingPattern and string arguments are interpreted using the current SetAnsiMode code page
Назначает текущей заливкой указанный мозаичный узор
Синтаксис
Delphi
Function DLSetFillTilingPatternA(InstanceID: Integer; PatternName: PAnsiChar): Integer;
DLL
int DLSetFillTilingPatternA(int InstanceID, const char * PatternName);
Параметры
| PatternName | Имя узора, использованное при вызове NewTilingPatternFromCapturedPage |
|---|
Возвращаемые значения
| 0 | Недопустимый параметр PatternName |
|---|---|
| 1 | Success |