VncSharp

RemoteDesktop.DrawDesktopImage Method 

Draws an image onto the control in a size-aware way.

[Visual Basic]
Protected Sub DrawDesktopImage( _
   ByVal desktopImage As Image, _
   ByVal g As Graphics _
)
[C#]
protected void DrawDesktopImage(
   Image desktopImage,
   Graphics g
);

Parameters

desktopImage
The desktop image to be drawn to the control's sufrace.
g
The Graphics object representing the control's drawable surface.

See Also

RemoteDesktop Class | VncSharp Namespace