PPLine Style
Hi,
Is it possible to create lines with different Pen.Syles than are listed? For
example, I wish to have small square dots very close to one another.
Ken
__________ Information from ESET NOD32 Antivirus, version of virus signature database 5946 (20110311) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
Is it possible to create lines with different Pen.Syles than are listed? For
example, I wish to have small square dots very close to one another.
Ken
__________ Information from ESET NOD32 Antivirus, version of virus signature database 5946 (20110311) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
This discussion has been closed.
Comments
The TppLine supports all the static pen styles defined in the TPenStyle
enumerated type (see the Delphi help).
One option would be to use the TppPaintBox component and manually draw
the line with a user defined pen array or by creating a bunch of small
lines. See the following article on using the TppPaintBox.
http://www.digital-metaphors.com/rbWiki/RCL/Fundamentals/How_To...Use_the_PaintBox_Component
The other option would be to create a custom line component that does
the same.
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com