C# 클래스 VncSharpWpf.Encodings.CopyRectRectangle

Implementation of CopyRect encoding, as well as drawing support. See RFB Protocol document v. 3.8 section 6.5.2.
상속: EncodedRectangle
파일 보기 프로젝트 열기: nakano531/VncSharpWpf 1 사용 예제들

공개 메소드들

메소드 설명
CopyRectRectangle ( RfbProtocol rfb, Framebuffer framebuffer, Rectangle rectangle ) : System
Decode ( ) : void

Decodes a CopyRect encoded rectangle.

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

메소드 상세

CopyRectRectangle() 공개 메소드

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

Decode() 공개 메소드

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

Draw() 공개 메소드

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