A convenience implementation of the IHandle interface that can be used to constrain the handle of an item.

Namespace: yWorks.Canvas.Input
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public abstract class ConstrainedHandle : ConstrainedDragHandler<IHandle>, 
	IHandle, IDragHandler
Visual Basic
Public MustInherit Class ConstrainedHandle _
	Inherits ConstrainedDragHandler(Of IHandle) _
	Implements IHandle, IDragHandler

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Input..::..ConstrainedDragHandler<(Of <(<'IHandle>)>)>
    yWorks.Canvas.Input..::..ConstrainedHandle

See Also