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
Afficher le fichier Open project: nakano531/VncSharpWpf Class Usage Examples

Méthodes publiques

Méthode Description
Decode ( ) : void
HextileRectangle ( RfbProtocol rfb, Framebuffer framebuffer, Rectangle rectangle ) : System

Method Details

Decode() public méthode

public Decode ( ) : void
Résultat void

HextileRectangle() public méthode

public HextileRectangle ( RfbProtocol rfb, Framebuffer framebuffer, Rectangle rectangle ) : System
rfb RfbProtocol
framebuffer Framebuffer
rectangle System.Drawing.Rectangle
Résultat System