Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating Irregular Shapes
Message
From
17/04/2008 09:03:51
 
 
To
16/04/2008 22:06:32
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01311340
Message ID:
01311402
Views:
17
Hi Jay,

You may also have a good look at Luis Maria Guayan articles about this.

He even created a very useful charts class only using customized shapes. Very cool indeed.
The articles are in spanish, but they contain great source code, and you can use any translator too.

http://www.portalfox.com/index.php?name=News&file=article&sid=1849&mode=nested&order=0&thold=0

http://www.portalfox.com/index.php?name=News&file=article&sid=2211&mode=nested&order=0&thold=0


Hope this helps

Cesar


>Is there a way to take the following array and use it to create a shape based on the X,Y coordinates?
>
>
>LOCAL ARRAY lapoints[8,2]
>
>lapoints[1,1] = 50
>lapoints[1,2] = 0
>
>lapoints[2,1] = 400
>lapoints[2,2] = 0
>
>lapoints[3,1] = 425
>lapoints[3,2] = 25
>
>lapoints[4,1] = 425
>lapoints[4,2] = 100
>
>lapoints[5,1] = 400
>lapoints[5,2] = 125
>
>lapoints[6,1] = 50
>lapoints[6,2] = 125
>
>lapoints[7,1] = 25
>lapoints[7,2] = 100
>
>lapoints[8,1] = 25
>lapoints[8,2] = 25
>
Previous
Reply
Map
View

Click here to load this message in the networking platform