A utility implementation of the IDragHandler interface that
can be used to constrain the movement of an existing instance conveniently.
Namespace: yWorks.Canvas.InputAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public abstract class ConstrainedDragHandler<TDelegate> : IDragHandler where TDelegate : IDragHandler |
| Visual Basic |
|---|
Public MustInherit Class ConstrainedDragHandler(Of TDelegate As IDragHandler) _ Implements IDragHandler |
Type Parameters
- TDelegate
- The exact type of the delegate implementation.
Inheritance Hierarchy
System..::..Object
yWorks.Canvas.Input..::..ConstrainedDragHandler<(Of <(<'TDelegate>)>)>
yWorks.Canvas.Input..::..ConstrainedHandle
yWorks.Canvas.Input..::..ConstrainedPositionHandler
yWorks.Canvas.Input..::..ConstrainedDragHandler<(Of <(<'TDelegate>)>)>
yWorks.Canvas.Input..::..ConstrainedHandle
yWorks.Canvas.Input..::..ConstrainedPositionHandler