Get Pixel Color in VB.Net 2005 Picture Box
- Thread starter JasonRox
- Start date
-
- Tags
- Information Pixel
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
12 replies · 5K views
Discussion
Physics news on Phys.org
- 19,982
- 11,086
You can get the color of the pixel at position (x, y) by
calling the 'Bitmap' objects's 'GetPixel' method.
calling the 'Bitmap' objects's 'GetPixel' method.
- 19,982
- 11,086
pf_bitmap = New System.Drawing.Bitmap
pf_bitmap.GetPixel(1, 1)
pf_bitmap.GetPixel(1, 1)
DaveC426913
Gold Member
2025 Award
- 24,625
- 8,977
Go here: http://www.tek-tips.com/ and 'Find a Forum' VB.NET. They'll be able to help you along too.
haki
- 161
- 0
There is a highly specialized VB forum available here
http://www.vbforums.com/
I used it back when I did VB 6.0 developmnet, nowdays I am a Java man.
http://www.vbforums.com/
I used it back when I did VB 6.0 developmnet, nowdays I am a Java man.
Similar threads
Python How to get pixel value from a color map?
- Atr cheema
- · Replies 2 ·
- Programming and Computer Science
- Replies
- 2
How can I handle stick parity in VB.NET 2005 without built-in functions?
- ionlylooklazy
- · Replies 4 ·
- Programming and Computer Science
- Replies
- 4