C# Class VncSharpWpf.VncDesktopTransformPolicy

Base class for desktop clipping/scaling policies. Used by RemoteDesktop.
Show file Open project: nakano531/VncSharpWpf Class Usage Examples

Protected Properties

Property Type Description
remoteDesktop RemoteDesktopWpf
vnc VncClient

Public Methods

Method Description
AdjustUpdateRectangle ( Rectangle updateRectangle ) : Rectangle
GetMouseMovePoint ( Point current ) : Point
UpdateRemotePointer ( Point current ) : Point
VncDesktopTransformPolicy ( VncClient vnc, RemoteDesktopWpf remoteDesktop ) : System

Method Details

AdjustUpdateRectangle() public abstract method

public abstract AdjustUpdateRectangle ( Rectangle updateRectangle ) : Rectangle
updateRectangle System.Drawing.Rectangle
return System.Drawing.Rectangle

GetMouseMovePoint() public abstract method

public abstract GetMouseMovePoint ( Point current ) : Point
current Point
return Point

UpdateRemotePointer() public abstract method

public abstract UpdateRemotePointer ( Point current ) : Point
current Point
return Point

VncDesktopTransformPolicy() public method

public VncDesktopTransformPolicy ( VncClient vnc, RemoteDesktopWpf remoteDesktop ) : System
vnc VncClient
remoteDesktop RemoteDesktopWpf
return System

Property Details

remoteDesktop protected property

protected RemoteDesktopWpf,VncSharpWpf remoteDesktop
return RemoteDesktopWpf

vnc protected property

protected VncClient,VncSharpWpf vnc
return VncClient