I\'m trying to create a very small c# utility application that will utilize System.Drawing to draw a full screen, static, fixed cross-hair on my desktop so that I can align some desktop items to the r
I have a custom control class that I just made. On my dev machine at work (virtualbox guest Win7 x64 running VS2010) it draws perfectly. On re-size, and everything.
I was wondering about creating an online collaborative drawing environment. Basically, what I have in mind is that two or more people can access the same sheet through their browsers and draw somethin
I am going to create a simple turn based 2D game for Android and as far as I know there are basically three methods to do the drawing.
Can anyone show me the simple met开发者_JS百科hod to draw a line between coordinates in the Google map?
I am using stylus input to draw lines in a canvas. I want to change the color of the stroke with the pen pressure. so I used:
Am having some trouble that i\'m recieving an input from wpf that is of type Windows.Media.开发者_运维百科DrawingImage and I need to convert it to either windows.media.ImageSource or to windows.media.
What I want to do is move my finger across the screen (touchesMoved) and draw evenly spaced images (perhaps CGImageRefs) along the points generated by the touchesMoved. I can draw lines, but what I wa
I\'m developing a page where I can draw boxes, resize them (pulling edges or corners) and move them by dragging (and I also need a zooming function, but this is another problem).
I have two panels: one that is always visible and another that gets declared later and belongs to the first panel: