Convenience implementation of the IHandle interface that
delegates most of the work to instances of IPoint and IPointSetter.
Namespace: yWorks.Canvas.InputAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public class PointHandle : IHandle, IDragHandler |
| Visual Basic |
|---|
Public Class PointHandle _ Implements IHandle, IDragHandler |
Remarks
This implementation will not do anything special in the InitializeDrag(IInputModeContext),
DragFinished(IInputModeContext, PointD, PointD), and CancelDrag(IInputModeContext, PointD) methods.
Inheritance Hierarchy
System..::..Object
yWorks.Canvas.Input..::..PointHandle
yWorks.Canvas.Input..::..PointHandle