<div dir="auto"><div dir="auto"></div>You need to use stroke insteed of fill<div dir="auto"><br></div><div dir="auto">If you need to have a border with filld rect</div><div dir="auto"><br></div><div dir="auto">First use the fill (true)</div><div dir="auto">Then change brush</div><div dir="auto">And finish with stroke</div><div dir="auto"><br></div><div dir="auto">This will draw the back and then the border<br><div class="gmail_quote" dir="auto"><div dir="ltr">Le jeu. 27 sept. 2018 15:45, Rolf-Werner Eilert <<a href="mailto:rwe-sse@osnanet.de" target="_blank" rel="noreferrer">rwe-sse@osnanet.de</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In the documentation to Paint.Rectangle there is<br>
<br>
This function is logically equivalent to:<br>
Paint.MoveTo(X, Y)<br>
Paint.LineTo(X + Width, Y)<br>
Paint.LineTo(X + Width, Y + Height)<br>
Paint.LineTo(X, Y + Height)<br>
Paint.ClosePath()<br>
<br>
The thing is, Paint.Rectangle will always fill the area, and I simply <br>
need a box (unfilled).<br>
<br>
The example from the documentation will not produce 4 lines and an empty <br>
space, but a filled rectangle as well.<br>
<br>
By the way, it does NOT play a roll if you use ClosePath or not. But if <br>
you forget Fill, there comes an error with Pending Path. So the example <br>
is a bit misleading here.<br>
<br>
And does Rectangle really have to produce a filled area? Is there no way <br>
to have a simple line drawn around?<br>
<br>
Regards<br>
Rolf<br>
<br>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer noreferrer noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
</blockquote></div></div></div>