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

Méthodes publiques

Méthode 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 méthode

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

Decode() public méthode

Decodes a CopyRect encoded rectangle.
public Decode ( ) : void
Résultat void

Draw() public méthode

public Draw ( System.Windows.Media.Imaging.WriteableBitmap desktop ) : void
desktop System.Windows.Media.Imaging.WriteableBitmap
Résultat void