«« ( Date ) »» // «« ( Thread ) »» // csidc - 2002

Re: ponedeljak

by Savic Andjelija
utorak, 31. decembar 2002 - 02:07.

Nasla sam.
// Create a Bitmap object from an image file.
Bimap myBitmap = new Bitmap("Grapes.jpg");
// Get the color of a pixel within myBitmap.
Color pixelColor = myBitmap.GetPixel(50, 50);