THPDFPage.SetLineWidth

THPDFPage

 

맨 위  이전  다음

Sets the line width.

 

Delphi 구문:

procedure SetLineWidth ( Width: Single );

 

C++ 구문:

void __fastcall SetLineWidth ( float Width );

 

Description:

Line width parameter는 path를 stroke하는 데 사용되는 line의 thickness를 지정합니다. 이는 nonnegative number입니다. Path를 stroke한다는 것은 user space에서 path로부터의 perpendicular distance가 line width의 절반 이하인 모든 point를 paint한다는 뜻입니다