EncodedRectangle.Draw Method
After calling Decode() an EncodedRectangle can be drawn to a Bitmap, which is the local representation of the remote desktop.
[Visual Basic]Overridable Public Sub Draw( _
ByVal
desktop As
Bitmap _
) Implements _
IDesktopUpdater.Draw
Parameters
- desktop
- The image the represents the remote desktop. NOTE: this image will be altered.
Implements
IDesktopUpdater.Draw
See Also
EncodedRectangle Class | VncSharp.Encodings Namespace