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

Namespace: yWorks.Canvas.Input
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

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