Interface that is implemented by geometric objects that can be moved.

Namespace: yWorks.Canvas.Geometry
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public interface IMovable
Visual Basic
Public Interface IMovable

Remarks

This interface allows for moving an instance given an offset.

See Also