Page 1 of 1

How to draw lines in a frame of CEGUI

Posted: Wed Mar 09, 2005 08:42
by olvierwpz
I want to draw lines in a frame .Is there any function can do it?
Thanks.

Re: How to draw lines in a frame of CEGUI

Posted: Wed Mar 09, 2005 10:49
by CrazyEddie
There is no generic line drawing within the API as such. You can fake things for horizontal and vertical lines by stretching or tiling an image for the length of the 'line'.

CEGUI is primarily a Windows & Widgets library as opposed to a lower level graphics library for drawing primitives.

HTH

CE.