No announcements
Found 931544 threads
-
0 Votes
DataPoint value to XY pixel coordinates
If you have a pixel coordinate and you want to find the chart element under this coordinate, you should use Chart.HitTest(x, y) method.Answered | 1 Replies | 9616 Views | Created by ScottyDoesKnow - Thursday, February 5, 2009 8:10 PM | Last reply by Alex Gorev - Friday, February 6, 2009 2:46 AM -
0 Votes
Drawing on a portion of image By taking XY coordinate.
User-1597315603 posted Hi if you need to draw a rectrangle on the page, I would like to suggest you try to use ...Answered | 4 Replies | 40 Views | Created by Anonymous - Tuesday, March 31, 2009 3:56 AM | Last reply by Anonymous - Monday, August 17, 2009 7:24 PM -
1 Votes
i want to draw a "+" at a coordinate
This kind of drawing programs are not easy to do with Windows Forms, because imaging becomes more and more important there is created a complete new way for that.Answered | 3 Replies | 3295 Views | Created by tylim - Thursday, March 31, 2011 1:32 PM | Last reply by Mike Feng - Tuesday, April 12, 2011 3:07 AM -
1 Votes
Drawing a zone based on various coordinates
One option is to group all the locations together based on distance into clusters and then use the coordinates of each point in the cluster to create a convex hull. ...Answered | 1 Replies | 824 Views | Created by Vicente Zambrano - Monday, March 10, 2014 9:24 PM | Last reply by Ricky_Brundritt - Wednesday, March 12, 2014 10:54 AM -
3 Votes
Drawing a line around PointF coordinates
The picture is important, but it's no reason to use a picturebox - just draw the image to the form at the start of the paint event for the form.Answered | 8 Replies | 942 Views | Created by KennyJC - Monday, May 27, 2013 7:24 AM | Last reply by Acamar - Tuesday, May 28, 2013 4:00 AM -
0 Votes
how to draw Cartesian coordinate via VS2015
I have used VS2015 to draw Cartesian coordinate recently,mostly finished, but there is a problem, as following, the ticks of axis - Y can ...Answered | 5 Replies | 972 Views | Created by hitbuyi - Friday, September 27, 2019 12:41 PM | Last reply by Suarez-Zhou - Monday, September 30, 2019 1:43 AM -
1 Votes
MS Visio - Fit to drawing tool - fit to just a portion of the drawing
You can export or save as your drawing manually to confirm if the PDF file can be displayed correctly.Answered | 7 Replies | 1693 Views | Created by GaetanP - Friday, September 22, 2017 7:58 AM | Last reply by Winnie Liang - Tuesday, September 26, 2017 2:03 AM -
0 Votes
Draw an image according to the skeleton height
Much of the Skeleton samples "draw" the skeleton to a visual color image.Answered | 1 Replies | 1717 Views | Created by Jayakumar Nataraj - Wednesday, January 2, 2013 7:47 AM | Last reply by Carmine Si - MSFT - Wednesday, January 2, 2013 10:29 PM -
0 Votes
can I draw the 3D coordinate?
Hi, is it possible to draw the 3D coordinate to the screen?Answered | 1 Replies | 4169 Views | Created by Sowen - Monday, November 24, 2008 6:15 PM | Last reply by zer0mus - Wednesday, November 26, 2008 10:17 PM -
2 Votes
VB.net Picturebox coordinates
Display the bitmap in a picturebox at a zoom level specified by the user, by copying a portion of the bitmap into a portion of the picturebox.Answered | 9 Replies | 14522 Views | Created by jimcint - Friday, May 6, 2011 7:59 PM | Last reply by Acamar - Wednesday, May 11, 2011 9:57 PM -
1 Votes
Getting RGB Frame based on coordinate and size
If you would like to get a portion of the data, you can copy the color data to an array with CopyConvertedToArray, then copy the portion of the data that you are ...Answered | 1 Replies | 614 Views | Created by Adityo Setyonugroho - Friday, May 22, 2015 4:19 PM | Last reply by Jackson Fields [MSFT] - Friday, May 22, 2015 8:53 PM -
0 Votes
Calculate Radius from XY cordinates
If (cx,cy) are the coordinates of the centre of the circle and (px,py) are the coordinates of a point on the circle, then the radius of the circle will be: double ...Answered | 7 Replies | 22025 Views | Created by Preetam - Monday, July 28, 2008 9:54 AM | Last reply by Matthew Watson - Tuesday, July 29, 2008 1:36 PM -
1 Votes
How to draw lines to the mouse coordinates in picturebox?
I have a problemwith drawing straight lines [...] in the PictureBox.Answered | 5 Replies | 9460 Views | Created by tuanhp_1605 - Saturday, January 14, 2012 8:30 AM | Last reply by Malobukv - Saturday, January 14, 2012 1:50 PM -
2 Votes
Draw Rotated Image
grid Using p As Pen = New Pen(Color.Gray, 0.01) For x = 0 To theScale Step 5 'x axis .DrawLine(p, x, 0, x, ...Answered | 7 Replies | 1243 Views | Created by NaxAlpha - Thursday, July 31, 2014 11:03 AM | Last reply by LeonCS - Saturday, August 2, 2014 9:18 AM -
0 Votes
How to overlay a grid of lines on a image and zoom a particular selected portion
This is achieved i) With minor tweaks in the above grid generated code ii) Zoomed into the particular cell using mouse ...Answered | 7 Replies | 8931 Views | Created by ykbharat - Tuesday, November 29, 2011 2:31 PM | Last reply by ykbharat - Monday, January 16, 2012 11:10 AM -
0 Votes
get Depth pixel Coordinate from Color pixel coordinate?
The best I can suggest is for you for now is to have something in your application where you would take a snapshot in both color and depth images and then do the ...Answered | 2 Replies | 4907 Views | Created by Edgew - Friday, August 5, 2011 5:04 PM | Last reply by Eddy Escardo-Raffo [MSFT] - Saturday, August 6, 2011 2:32 AM -
3 Votes
Paint portion of graphics to Graphics object
However, if you need to adjust the image as displayed in the control in order to select the portion you want to draw to teh printer graphic ...Answered | 15 Replies | 1592 Views | Created by SilviSoft - Saturday, June 15, 2013 1:42 PM | Last reply by SilviSoft - Friday, June 28, 2013 8:23 AM -
0 Votes
General question on graphics and drawing
" Although it might take a lot of reading of the documentation to figure out how to colour individual states.Answered | 2 Replies | 1815 Views | Created by Lemmy Winks - Monday, June 18, 2012 4:30 PM | Last reply by Andrew Morton - Monday, June 18, 2012 7:13 PM -
0 Votes
Separate XY from line midpoint?
There's many ways to define the "middle" of a line, but if you're happy with the approach that you're taking at the moment and just want to separate out the X and Y ...Answered | 3 Replies | 9201 Views | Created by tpcolson - Sunday, May 20, 2012 11:48 PM | Last reply by tpcolson - Wednesday, May 23, 2012 2:30 AM -
1 Votes
Get Real World Coordinates Tutorial
I can get the XY coordinates of a mouse click, for example.Answered | 3 Replies | 1142 Views | Created by TheLinell - Monday, October 28, 2013 4:21 PM | Last reply by Carmine Si - MSFT - Tuesday, October 29, 2013 4:58 PM - Items 1 to 20 of 931544 Next ›
No announcements