A more sophisticated IHandle implementation that delegates to a IReshapeHandler.

Namespace: yWorks.Canvas.Input
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
public class ReshapeHandlerHandle : IHandle, 
	IDragHandler, IPoint
Visual Basic
Public Class ReshapeHandlerHandle _
	Implements IHandle, IDragHandler, IPoint

Remarks

This class works on an IReshapeHandler.

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Input..::..ReshapeHandlerHandle

See Also