Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating Irregular Shapes
Message
De
16/04/2008 22:06:32
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Creating Irregular Shapes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01311340
Message ID:
01311340
Vues:
64
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform