Re: Line control and points
- From: "Larry Serflaten" <serflaten@xxxxxxxxxxxxxx>
- Date: Tue, 25 Sep 2007 16:55:12 -0500
"Bully" <TheHindes@xxxxxxxxx> wrote
If I draw a line in a PictureBox using the .Line function, how can I
retrieve an array or list of all the x,y points along the line?
If you actually want the array, then you might build the array and have
Windows draw the line from the array. (PolyLine API)
If you just want to know if a certain point falls on a drawn line,
then you can use math to calculate the answer....
LFS
.
- References:
- Line control and points
- From: Bully
- Line control and points
- Prev by Date: Re: Stupid Question Time: Combo box items
- Next by Date: Re: Loop without Do
- Previous by thread: Re: Line control and points
- Next by thread: Re: Line control and points
- Index(es):
Relevant Pages
|