[thelist] .NET .SetPixel

jason.handby jason.handby at corestar.co.uk
Fri Dec 8 11:48:28 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, ????)

As it says in the documentation you quoted, the colour should be given
as an instance of the System.Drawing.Color structure.



Jason



More information about the thelist mailing list