|
-
Oct 5th, 2004, 07:00 PM
#1
Thread Starter
Hyperactive Member
Bézier Curve... how?
With given coordinate index how can a Bézier curve be made in VB using a standard picture box to plot the points?
eg.
VB Code:
Sub BezierThis(NumberofPoints as integer, TheseXY() as POITAPI)
For i = 0 to NumberofPoints - 1
DoSomething
pic1.pset (curvepoints), vbBlack
Next i
End Sub
Any ideas?
53323737 15 743 313402 05 740313063. 17 15 4150 743 313402 05 140393403437 5203 743 30210.

-
Oct 6th, 2004, 02:54 PM
#2
google it! found something.
here
-
Oct 8th, 2004, 04:13 AM
#3
Re: Bézier Curve... how?
Originally posted by Q_Me
With given coordinate index how can a Bézier curve be made in VB using a standard picture box to plot the points?
eg.
VB Code:
Sub BezierThis(NumberofPoints as integer, TheseXY() as POITAPI)
For i = 0 to NumberofPoints - 1
DoSomething
pic1.pset (curvepoints), vbBlack
Next i
End Sub
Any ideas?
the .Net framework has this built in.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|