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

Namespace: yWorks.Canvas.Geometry
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public interface IMovable
Visual Basic
Public Interface IMovable

Remarks

This interface allows for moving an instance given an offset.

See Also