SetLineTilingPatternA
Vector graphics, Path definition and drawing, Color
Description
The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to SetLineTilingPattern and string arguments are interpreted using the current SetAnsiMode code page
Sets the current stroke color to the specified tiling pattern for subsequently drawn graphics
Syntax
Delphi
Function DLSetLineTilingPatternA(InstanceID: Integer; PatternName: PAnsiChar): Integer;
DLL
int DLSetLineTilingPatternA(int InstanceID, const char * PatternName);
Parameters
| PatternName | The pattern name that was used with the NewTilingPatternFromCapturedPage function |
|---|
Return values
| 0 | The PatternName parameter was invalid |
|---|---|
| 1 | Success |