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!
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!