An IHandle implementation that modifies a rectangle.
Namespace: yWorks.Canvas.InputAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
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
yWorks.Canvas.Input..::..RectangleHandle