chuawenching
Well-known member
- Joined
- Jul 26, 2003
- Messages
- 66
Hi there.
I try to look for this function in c# and cannot find line in pictureBox1!
Any idea what happen to it?
Any idea how to solve it?
Do i really need to use gdi or graphics to do it?
Any help... maybe some sample codes can help me...
Just say the vb6 code is like this
PictureBox1.Line(Paths.GetNode(i).X, Paths.GetNode(i).Z) - (Paths.GetNode(i + 1).X, Paths.GetNode(i + 1).Z), RGB(0, 0, 256)
How will do that exactly in c#?
Path.GetNode() is my own functions of geting x,y,z!
Thanks.
Regards,
Chua Wen CHing
I try to look for this function in c# and cannot find line in pictureBox1!
Any idea what happen to it?
Any idea how to solve it?
Do i really need to use gdi or graphics to do it?
Any help... maybe some sample codes can help me...
Just say the vb6 code is like this
PictureBox1.Line(Paths.GetNode(i).X, Paths.GetNode(i).Z) - (Paths.GetNode(i + 1).X, Paths.GetNode(i + 1).Z), RGB(0, 0, 256)
How will do that exactly in c#?
Path.GetNode() is my own functions of geting x,y,z!
Thanks.
Regards,
Chua Wen CHing