A composite implementation of the IPositionHandler interface.
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 CompositePositionHandler<T> : IPositionHandler, IDragHandler, IPoint |
| Visual Basic |
|---|
Public Class CompositePositionHandler(Of T) _ Implements IPositionHandler, IDragHandler, IPoint |
Type Parameters
- T
- The type of the objects that will be used to tag given instances in the various Add and Remove methods.
Remarks
Instances of this class to transparently treat multiple instances
of IPositionHandler like a single instance.
Inheritance Hierarchy
System..::..Object
yWorks.Canvas.Input..::..CompositePositionHandler<(Of <(<'T>)>)>
yWorks.Canvas.Input..::..CompositePositionHandler<(Of <(<'T>)>)>