Gustav Brock
gustav at cactus.dk
Sun Aug 3 02:10:54 CDT 2003
Hi Susan
Steps/Flags deals with if the coordinates are relative or absolute.
However, more info is mixed into the Flags.
I haven't worked with this but here's a nice article in German
explaining some more ... at least the code examples give some
pointers:
http://www.aboutvb.de/khw/artikel/khwucldraw.htm
/gustav
>> expression.Circle(flags, X, Y, radius, color, start, end, aspect)
>>
>> The above is from Help; it's the syntax for using the Circle method. Help
>> also says flags is required. However, I've not seen any examples that
>> actually use it -- is this a mistake in Help <gasp> or am I just missing
>> something. I've found no explanation for what flags is -- Help just says a
>> required integer and then proceeds to use an example that doesn't seem to
>> use it!
> Try this URL:
http://www.juicystudio.com/tutorial/vb/graphics.html
> According to this article, only the X and Y coordinates are required.
>> Another question, why are the X/Y coordinates always shown in ()?
> Because the person who designed the interface was in Redmond, and his
> mind was lying on a beach in Cancun drinking rum and fruit juice.
>> Me.Circle(X, Y) radius, color, start, end, aspect -- despite the above
>> syntax? I found nothing on msdn or the knowledge base, but then I'm search
>> challenged.