[thelist] .NET .SetPixel

Casey Crookston caseyc at IntelliSoftmn.com
Fri Dec 8 11:31:43 CST 2006


When setting the size of an image to be written to the sever, .SetPixel
requires three attributes: x as integer ,y as integer, color as
system.drawing.color)

I am unsure how to satisfy the color attribute.  What would it actually
look like?

Where imglabel is the image in question:

imgLabel.SetPixel(576, 329, ????)

Thanks!

Casey




More information about the thelist mailing list