You have to make your api if you want advanced drawing primitives... or
wait for cobalt.

The easy tricks:

You can easily simulate a thick line by two lines:

Line(x1  ,y1  ,x2  ,y2  )
Line(x1+1,y1+1,x2+1,y2+1)

The head of the arrows... a bitmap this works is it's only left right up
and down.


Steve

> -----Original Message-----
> From: [EMAIL PROTECTED]
[mailto:bounce-palm-dev-
> [EMAIL PROTECTED] On Behalf Of Jan Bandouch
> Sent: Tuesday, March 23, 2004 3:36 PM
> To: Palm Developer Forum
> Subject: drawing functions, thick lines
> 
> Hi,
> I'm a bit troubled by the lack of drawing functionality in the API.
> I need to draw at least some lines, but as far as I've seen the
> WinDrawLine(..) function can only draw a simple 1pixel line.
> How can I draw thicker ones, or maybe even lines with arrows at the
end.
> 
> I don't want to write my own drawing API. How are all the drawing
> programs out there done? Have I overseen a useful function?
> 
> Or is there a free library with handy drawing functions?
> 
> Thanks,
> Jan
> 
> 
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palmos.com/dev/support/forums/



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to