VncSharp

EncodedRectangle.FillRectangle Method (Rectangle)

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

[Visual Basic]
Overloads Protected Sub FillRectangle( _
   ByVal rect As Rectangle _
)
[C#]
protected void FillRectangle(
   Rectangle rect
);

Parameters

rect
The rectangle to be filled.

See Also

EncodedRectangle Class | VncSharp.Encodings Namespace | EncodedRectangle.FillRectangle Overload List