Thread
:
How to access the 2nd dimension
View Single Post
#
4
(
permalink
)
08-15-2007, 04:20 AM
Erel
Administrator
Join Date: Apr 2007
Posts: 3,143
You could define:
Dim Type(x,y) pts(500000)
And now store the shapes in one sequence and draw each shape with something like:
Code:
Form1.Polygon(pst(),ShapeNumber * 1000,LengthOfShape,...)
That way there is no need to copy the points each time.
Erel
View Public Profile
Send a private message to Erel
Find all posts by Erel