|
-
Jan 8th, 2004, 02:10 PM
#1
Thread Starter
New Member
Drawstring IN VB.NET
I am trying to mark the pixel using the
PictureBox1.CreateGraphics.DrawString("x", New Font(Font, FontStyle.Bold), New SolidBrush(Color.Red), New PointF(e.X, e.Y))
on mouse down event
My problem is, the String is marked below the chosen pixel.
Anyway to correct this offset. or is there any other way to mark the point on image on mouse down.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|