how we create a Bitmap with a pixels variable?
the GdipCreateBitmapFromScan0() create a Bitmap and connect to an array pixels variable.
the GdipCreateBitmapFromGraphics()create a Bitmap, but no array pixels...
having a Graphics or a Bitmap... how can i get the pixels array variable?