The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I have a form on which I have some lines drawn. I would like to know when the mouse cursor is over any part of a particular line. I could then change the cursor shape to show it recognized it as a line. In VB6 I used Me.Point(X,Y) to retrieve the Color at X,Y. How do I do this in C#.NET?
MR. Jordon,
have you tried to use the pen object that you used to draw the line to get the coordinates of the line?
> I have a form on which I have some lines drawn. I would like to know when the mouse cursor is over any part of a particular line. I could then change the cursor shape to show it recognized it as a line. In VB6 I used Me.Point(X,Y) to retrieve the Color at X,Y. How do I do this in C#.NET?
>