A more sophisticated IHandle implementation that delegates to a IReshapeHandler.

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 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