Convenience implementation of the IHandle interface that
delegates most of the work to instances of IPoint and IPointSetter.
Namespace: yWorks.Canvas.InputAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
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