Provides implementations of the IMutablePoint
interface that are dynamically updated depending on the state of
another geometric primitive they are being anchored to.
Namespace: yWorks.Canvas.GeometryAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public class AnchoredPoint : IMutablePoint, IPoint, IPointSetter |
| Visual Basic |
|---|
Public Class AnchoredPoint _ Implements IMutablePoint, IPoint, IPointSetter |
Remarks
Implementations implement the IMutablePoint interface
by modifying their internally held offset to the point they are being
anchored to. Changing the properties of instances of this type will
not change the state of the point they are being anchored at.
Inheritance Hierarchy
System..::..Object
yWorks.Canvas.Geometry..::..AnchoredPoint
yWorks.Canvas.Geometry..::..AnchoredPoint