Computer Science Canada Thicker lines in draw statement? |
Author: | x-ecutioner [ Mon Nov 10, 2008 9:10 pm ] | ||
Post subject: | Thicker lines in draw statement? | ||
this could either be really simple or really complicated, i think ... any idea how to make the line thicker in a draw statement for like a circle or a square or a star?
thanks |
Author: | corriep [ Mon Nov 10, 2008 9:17 pm ] | ||
Post subject: | Re: Thicker lines in draw statement? | ||
Easiest way to do it :
|
Author: | The_Bean [ Mon Nov 10, 2008 9:21 pm ] | ||||||
Post subject: | Re: Thicker lines in draw statement? | ||||||
a) Use a for loop to increase/decrease the size by 1 each time for the thickness you want.
b) Use the 'Fill' version of what your using, and make a smaller version of the same shape inside with the background colour.
c) Use Draw.ThickLine, and recreate the image by ureself.
|