drawing
Using System.Drawing to draw a crosshair on the desktop?
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[详细]
2023-03-27 02:33 分类:问答User control drawing ok on one machine, but not another. Drawing behind graphics?
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.[详细]
2023-03-26 21:44 分类:问答Creating an online collaborative drawing: what could the building blocks be?
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[详细]
2023-03-26 16:14 分类:问答Turn based game, which drawing method?
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.[详细]
2023-03-26 10:02 分类:问答Drawing route between coordinates in Google map
Can anyone show me the simple met开发者_JS百科hod to draw a line between coordinates in the Google map?[详细]
2023-03-26 08:27 分类:问答Changing stroke color dynamically
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:[详细]
2023-03-26 03:33 分类:问答Converting from Windows.Media.DrawingImage to Windows.Media.Imaging.BitMapImage or Windows.Media.ImageSource
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.[详细]
2023-03-25 23:31 分类:问答Draw images evenly spaced along a path in iOS
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[详细]
2023-03-25 20:24 分类:问答jQuery plugin to draw, resize and move boxes
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).[详细]
2023-03-25 16:11 分类:问答C# Drawing on a panel inside a panel using Graphics. The first panel is bigger than the second
I have two panels: one that is always visible and another that gets declared later and belongs to the first panel:[详细]
2023-03-25 15:11 分类:问答