VncSharp

IDesktopUpdater.Draw Method 

Given a desktop Bitmap that is a local representation of the remote desktop, updates sent by the server are drawn into the area specifed by UpdateRectangle.

[Visual Basic]
Sub Draw( _
   ByVal desktop As Bitmap _
)
[C#]
void Draw(
   Bitmap desktop
);

Parameters

desktop
The desktop Bitmap on which updates should be drawn.

See Also

IDesktopUpdater Interface | VncSharp Namespace