VncSharp

EncodedRectangle.FillRectangle Method

Fills the given Rectangle with pixel values read from the server (i.e., each pixel may have its own value).

Overload List

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);

See Also

EncodedRectangle Class | VncSharp.Encodings Namespace