I'm new in wpf, I need to recreate the behavior of an old winform drawing app.
In the winform app I used this event
MouseMove
MouseClick
MouseDown
MouseUp
Basically there are 2 main behavior: single click managed from MouseClick(that contains drawing logic) and "press and move" managed by...
I'm drawing a chart from a binary file with StreamGeometry, and work fine; I need to do a "selection effect" so I tryed to add the code that I have tested alone that draw a semitrasparent rectangle clicking the mouse, but it have an odd behavier:
before to draw the chart(done by clicking the...
My Windows Form has lots of split containers and listviews and stuff. I would like to have non-interrupting alerts popup on my form. Like a messagebox without interrupting the user's input of text or clicking. Then have it disappear by itself, preferably a fade effect. I plan on having a status...
Hello forum,
I wonder, if there is any way I can use DirectX to do Free Hand Drawing on a PictureBox or etc?
I need to use some hardware accelerated graphics, to quickly paint on the PictureBox.
A "simple" GDI+ Drawing isn't fast enough for me :(
Any suggestions?
I've coded a project to use a webcam for motion tracking (like many others). I use avicap32.dll and receive images happily at 640x480 i then grab a frame for reference then grab another frame and difference them to produce a black and white picturebox (picture4) I then use this picture to create...
I've managed to get a good grip on the charting component that was introduced with .NET 4. I've managed to create a chart, add some series and legends and plot out some data. I've also worked out annotations in the designer, but cannot do so programatically.
I've searched on a few sites, but...
Hi,
I'm doing an app like a car game.
I need to paint over a vector of points connected forming a line.
The paint is like a street.
Here is an example: I have a red trace that is the sight for drawing a street on it.
The origin of this red line is from GPS coordenates.
Here is a picture of...
Hi all, I'm new in these forums (and to vb or .net) so go easy on me!
My question is, what is the simpleist way to split an image (384 x 256) into smaller peices (32 x 32). I will be using the images seperated only for animation and I dont need to save them or anything like that. I'm new to the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.