Post Reply 
A simple graphics rectangle? My coordinates are wrong
06-05-2016, 08:46 PM
Post: #7
RE: A simple graphics rectangle? My coordinates are wrong
Well,
concerning my last answer I now wrote 2 simple lines of code
Code:
RECT_P();
RECT_P(11,10,11,100,RGB(0,0,#CDh));
which draws a blue line even if one might expect that a rectangle of width 0 is not drawn at all. So if you need the possibility to have no border you must include it in some if then statements.
Arno
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: A simple graphics rectangle? My coordinates are wrong - Arno K - 06-05-2016 08:46 PM



User(s) browsing this thread: 1 Guest(s)