This property sets the width of the pen.
[C++Builder] imagekitcontrolname->PrintDraw->PenWidth
[ = int ]
[Delphi] imagekitcontrolname.PrintDraw.PenWidth
[ = Integer ]
Property Value
The pen width. (pixel or 0.1mm units)
Explanation
The PenWidth property sets the width of the pen.
When drawing to the screen and the memory handle, the units are in pixels. When drawing to the printer, the units are 0.1mm.
Setting this value
This value can be set at runtime.
Retrieving this value
This value cannot be retrieved.