Gdk.Window.MoveRegion Method
Moves a region by a specified offset.

Syntax

public void MoveRegion (Region region, int dx, int dy)

Parameters

region
The region to be moved.
dx
The offset in the X direction.
dy
The offset in the Y direction.

Remarks

The portions of region that not covered by its new position are invalidated.

Requirements

Namespace: Gdk
Assembly: gdk-sharp (in gdk-sharp.dll)
Since: Gtk# 2.8