BeginTilingPattern
Vector graphics, Page layout
説明
BeginTilingPattern のリファレンスページです。この関数は Vector graphics, Page layout に属し、識別子は表示どおり正確に保持します
構文
Delphi
Function TPDFlib.BeginTilingPattern(Const PatternName: WideString; Width, Height: Double): Integer;
ActiveX
Function PDFlib::BeginTilingPattern(PatternName As String, Width As Double, Height As Double) As Long
DLL
int DLBeginTilingPattern(int InstanceID, const wchar_t * PatternName, double Width, double Height);
戻り値
| 0 | The name or dimensions were invalid, a reusable-surface build was already active, the name already exists, or the temporary drawing surface could not be created |
|---|---|
| 1 | The tiling-pattern drawing surface was created and selected |
関連項目
EndTilingPattern, CancelTilingPattern, SetFillTilingPattern, NewTilingPatternFromCapturedPage