by support@[EMAIL PROTECTED]
(Christian Schmitz)
Dec 24, 2007 at 09:45 AM
mhartman <usa.mark@[EMAIL PROTECTED]
> wrote:
> Hello:
>
> How do you get just the outer rim of the arc Or the outer rim of the arc
> that would be 10 points wide?
Try this:
Dim a as New ArcShape
a.Border=100
a.BorderColor=&c00FF00
a.BorderWidth=10
a.arcAngle=1.57
a.startAngle=-1.57
a.FillColor=RGB(255,0,127)
g.drawObject a,100,100
And also set a.fill=0 in your case.
Gruß
Christian
--
Over 900 cl***** with 18000 functions in one REALbasic plug-in.
The Monkeybread Software Realbasic Plugin v7.7.
<http://www.monkeybreadsoftware.de/realbasic/plugins.shtml>