|
THotPDF.RegisterLineGraphicsState
|
맨 위 |
|
Registers a reusable PDF ExtGState dictionary carrying line drawing parameters and returns the resource name used by
Delphi 구문: function RegisterLineGraphicsState(LineWidth: Single; LineCap: TLineCapStyle; LineJoin: TLineJoinStyle; MiterLimit: Single): AnsiString;
설명 이 method는 line width, line cap, line join, miter limit을 위한 여러 drawing region이 각 path 전에 page-level setter를 반복하지 않고 같은 stroke geometry를 공유해야 할 때 사용하십시오
|