An IHandle implementation that modifies a rectangle.

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

Syntax

C#
public class RectangleHandle : IMutablePoint, 
	IPoint, IPointSetter, IMovable, IHandle, IDragHandler
Visual Basic
Public Class RectangleHandle _
	Implements IMutablePoint, IPoint, IPointSetter, IMovable,  _
	IHandle, IDragHandler

Remarks

Implementations of this class work on a mutable rectangle instance, which they use for both determining the position of the handle and for handling drags of the handle. As a convenience this class also implements the IMutablePoint and IMovable interface which both modify the handle's position.

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Input..::..RectangleHandle

See Also