C# Class VncSharpWpf.Encodings.HextileRectangle

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

Public Methods

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

Method Details

Decode() public method

public Decode ( ) : void
return void

HextileRectangle() public method

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