News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Drawing an interrupted line

Started by ToutEnMasm, February 11, 2008, 06:27:57 PM

Previous topic - Next topic

ToutEnMasm


I draw a line with the    Polyline function and want an interrupted line.Is there a simple way to do this ?

donkey

Set your pen style to PS_DASH or anything but PS_SOLID ?

Donkey
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable

ToutEnMasm


Thanks for reply.
PS_DOT give the effect.I was just mixing the eraser pen (foreground color) with the normal pen.
I couldn't have many result.