A utility implementation of the IReshapeHandler interface that can be used to constrain the reshaping of an existing instance conveniently.

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 abstract class ConstrainedReshapeHandler : IReshapeHandler
Visual Basic
Public MustInherit Class ConstrainedReshapeHandler _
	Implements IReshapeHandler

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Input..::..ConstrainedReshapeHandler

See Also