C# Class VncSharpWpf.Encodings.CoRreRectangle

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

Public Methods

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

Decodes a CoRRE Encoded Rectangle.

Method Details

CoRreRectangle() public method

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

Decode() public method

Decodes a CoRRE Encoded Rectangle.
public Decode ( ) : void
return void