C# Class VncSharpWpf.Encodings.CopyRectRectangle

Implementation of CopyRect encoding, as well as drawing support. See RFB Protocol document v. 3.8 section 6.5.2.
Inheritance: EncodedRectangle
Mostra file Open project: nakano531/VncSharpWpf Class Usage Examples

Public Methods

Method Description
CopyRectRectangle ( RfbProtocol rfb, Framebuffer framebuffer, Rectangle rectangle ) : System
Decode ( ) : void

Decodes a CopyRect encoded rectangle.

Draw ( System.Windows.Media.Imaging.WriteableBitmap desktop ) : void

Method Details

CopyRectRectangle() public method

public CopyRectRectangle ( RfbProtocol rfb, Framebuffer framebuffer, Rectangle rectangle ) : System
rfb RfbProtocol
framebuffer Framebuffer
rectangle System.Drawing.Rectangle
return System

Decode() public method

Decodes a CopyRect encoded rectangle.
public Decode ( ) : void
return void

Draw() public method

public Draw ( System.Windows.Media.Imaging.WriteableBitmap desktop ) : void
desktop System.Windows.Media.Imaging.WriteableBitmap
return void