Anne Srinivas wrote:

> I want to draw some polygons on to my window.
> Is there any function to directly draw polygons.
> (I came across functions only to draw rectangles not polygons)
> Also i want to fill  my polygons.
> Please tell me  if there any functions to draw,and to fill polygons

You are out of luck.  There is nothing functionally equivalent to the Device Context 
calls in the Win32 kernal.  Pretty much all you
have is lines, rectangles and text.  If you need more, break out the trig. and start 
coding.

Personally, I see something like this as a great third party library.  If anyone knows 
of such a thing, I would love to give it a
try.

Steve

>
> Thanks in advance
> Anne Srinivas
> [EMAIL PROTECTED]
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe, please see 
>http://www.palmos.com/dev/tech/support/forums/


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

Reply via email to