Fills the given Rectangle with pixel values read from the server (i.e., each pixel may have its own value).
Fills the given Rectangle with pixel values read from the server (i.e., each pixel may have its own value).
protected void FillRectangle(Rectangle);
Fills the given Rectangle with a solid colour (i.e., all pixels will have the same value--colour).
protected void FillRectangle(Rectangle,int);