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

Namespace: yWorks.Canvas.Geometry
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

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