An implementation of the IHandle that can be used to move an IPort interactively by assigning new IPortLocationModelParameters to the LocationModelParameter

Namespace: yWorks.yFiles.UI.Input
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

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

Remarks

This class also provides snapping facilities and can be used in conjunction with both OrthogonalEdgeEditingContext, as well as GraphSnapContext.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Input..::..PortLocationModelParameterHandle

See Also