Called to determine the screen region to send.
Namespace:
RemoteViewing.Windows.Forms.Server
Assembly:
RemoteViewing.Windows.Forms (in RemoteViewing.Windows.Forms.dll) Version: 1.0.0.0 (1.0.0.0)
public delegate Rectangle VncScreenFramebufferSourceGetBoundsCallback()
Public Delegate Function VncScreenFramebufferSourceGetBoundsCallback As Rectangle
public delegate Rectangle VncScreenFramebufferSourceGetBoundsCallback()
type VncScreenFramebufferSourceGetBoundsCallback =
delegate of unit -> Rectangle
Return Value
Type:
RectangleThe screen region.
Reference