A simple default implementation of 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 class Point : IMutablePoint, IPoint, 
	IPointSetter, IMovable, ICloneable
Visual Basic
Public Class Point _
	Implements IMutablePoint, IPoint, IPointSetter, IMovable,  _
	ICloneable

Remarks

This implementation stores the values of the coordinates in double precision floating point members. As a convenience it implements the IMovable and ICloneable interface.

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Geometry..::..Point

See Also