Gnome.CanvasItem.Move Method
Moves a canvas item by creating an affine transformation matrix for translation by using the specified values. This happens in item local coordinate system, so if you have nontrivial transform, it most probably does not do, what you want.

Syntax

public void Move (double dx, double dy)

Parameters

dx
Horizontal offset.
dy
Vertical offset.

Remarks

Requirements

Namespace: Gnome
Assembly: gnome-sharp (in gnome-sharp.dll)