|
THotPDF.RegisterLineGraphicsState
|
Top |
|
Registers a reusable PDF ExtGState dictionary carrying line drawing parameters and returns the resource name used by
Delphi syntax: function RegisterLineGraphicsState(LineWidth: Single; LineCap: TLineCapStyle; LineJoin: TLineJoinStyle; MiterLimit: Single): AnsiString;
Description The method creates an ExtGState with Use this when multiple drawing regions should share the same stroke geometry without repeating page-level setters before every path.
|