C# 클래스 RemoteViewing.Vnc.Server.FramebufferUpdateRequest

Stores information about an update request from the client.
파일 보기 프로젝트 열기: qmfrederik/remoteviewing 1 사용 예제들

공개 메소드들

메소드 설명
FramebufferUpdateRequest ( bool incremental, VncRectangle region )

Initializes a new instance of the FramebufferUpdateRequest class.

메소드 상세

FramebufferUpdateRequest() 공개 메소드

Initializes a new instance of the FramebufferUpdateRequest class.
public FramebufferUpdateRequest ( bool incremental, VncRectangle region )
incremental bool Whether an incremental update is desired.
region VncRectangle The region to update.