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

Namespace: yWorks.Canvas.Input
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.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