Click to See Complete Forum and Search --> : how to implement word drawing toolbox effect


richardzeng
May 11th, 2006, 11:33 PM
I want to design a software which draw shape.
but the edge style of shape have more style, rather other
GDI pen defined style(PS_SOLID,PS_DASH..)

for example, I want to have a SOLID_DASH style,
it means one Solid line and one dash line combination.
when I use this pen style to draw line with mouse, the effect is
one solid line and one dash line together.

just like word , you create a line with lineType - two line, you will get two line effect.

this is what I want!

GaboonViper
May 12th, 2006, 03:10 AM
I haven't seen the word twoline effect, so I'm just guessing about what you mean. But can't you just simply draw two lines? One solid line and one dash line just a single pixel below/above or somewhere else near it.

cindyonlyone
May 14th, 2006, 01:37 AM
Try E-XD++ Enterprise Edition, it contains this feature:
http://www.********.net/XDFeature/feature.htm
It also contains the full source codes. Hope it will help you solve this problem.

Cindy