Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Basic Realbasic > Re: Arcs
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 3 Topic 3291 of 3326
Post > Topic >>

Re: Arcs

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>
 




 3 Posts in Topic:
Arcs
"mhartman" <  2007-12-23 20:23:28 
Re: Arcs
support@[EMAIL PROTECTED]  2007-12-24 09:45:10 
Re: Arcs
"mhartman" <  2007-12-24 12:10:28 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu Jul 24 15:38:28 CDT 2008.