Post Reply 
RECT_P but without filling
11-27-2015, 02:46 PM (This post was last modified: 11-27-2015 02:46 PM by DrD.)
Post: #2
RE: RECT_P but without filling
Code:

Export clr()
BEGIN  

  RECT;
  RECT_P(G0,130,90,190,110,#DDDDDDh,#FFFFFFFFh);    //  Rectangle, no fill
  RECT_P(G0,130,130,190,150,#DDDDDDh);              //  Rectangle, filled
  wait;

END;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RECT_P but without filling - hpfx - 11-27-2015, 01:35 PM
RE: RECT_P but without filling - DrD - 11-27-2015 02:46 PM
RE: RECT_P but without filling - primer - 11-27-2015, 03:18 PM
RE: RECT_P but without filling - primer - 11-30-2015, 09:04 AM
RE: RECT_P but without filling - eried - 11-30-2015, 03:33 PM
RE: RECT_P but without filling - eried - 11-30-2015, 06:28 PM
RE: RECT_P but without filling - primer - 11-30-2015, 08:42 PM
RE: RECT_P but without filling - Han - 11-30-2015, 09:55 PM



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