Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with Snippet/paint.
#2
(04-23-2011, 06:08 PM)Aero Wrote: I'm making a type of "Snippet" program that takes a screenshot of your, well screen obviously. Right now I have a capture, clear, and save button.
After the screenshot is captured I want to be able to Freehand draw on it but I can't seem to figure out how.
So far I have a small idea but I don't know what to do with it.
Underneath the public class-

Dim q As System.Drawing.Graphics

And in the picture box

Private Sub PictureBox1_MouseDown(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox1.MouseDown
q.Draw....

But I don't know how to make it freehand on MouseDown.

What do you mean by "freehand", do you mean when the mouse it attempting to draw on the picture or when it has already drawn on the picture?

[Image: t5BWm.png]
Reply


Messages In This Thread
Help with Snippet/paint. - by Aero - 04-23-2011, 06:08 PM
RE: Help with Snippet/paint. - by Resistance - 04-23-2011, 06:39 PM
RE: Help with Snippet/paint. - by Aero - 04-23-2011, 06:41 PM
RE: Help with Snippet/paint. - by Crimson - 04-25-2011, 07:55 PM
RE: Help with Snippet/paint. - by KoBE - 04-25-2011, 08:28 PM
RE: Help with Snippet/paint. - by iCrack - 05-05-2011, 12:25 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Snippet] Autoclose Msgbox euverve 7 3,277 05-25-2011, 06:41 PM
Last Post: Pyratepig
  [Snippet] Check Email if gmail and valid password length euverve 4 1,799 05-20-2011, 06:51 AM
Last Post: stephen5565
  [Snippet] Get Local Getway euverve 1 1,023 05-16-2011, 07:56 PM
Last Post: KoBE
  [Snippet] Get OS Uptime euverve 0 875 05-12-2011, 07:08 PM
Last Post: euverve
  [Snippet] Random pick from list (Range) euverve 0 687 05-12-2011, 08:22 AM
Last Post: euverve

Forum Jump:


Users browsing this thread: 1 Guest(s)