Interface for a mutable point in 2D coordinate space with double precision coordinates.

Namespace: yWorks.Canvas.Geometry
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public interface IMutablePoint : IPoint, 
	IPointSetter
Visual Basic
Public Interface IMutablePoint _
	Inherits IPoint, IPointSetter

Remarks

This interface provides read and write access to the coordinates. It combines the read only interface IPoint and write only interface IPointSetter into one.

See Also