Convenience implementation of the IHandle interface that delegates most of the work to instances of IPoint and IPointSetter.

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 class PointHandle : IHandle, 
	IDragHandler
Visual Basic
Public Class PointHandle _
	Implements IHandle, IDragHandler

Remarks

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Input..::..PointHandle

See Also