The Point2D class defines a point representing a location in (x, y) coordinate space.

Namespace: yWorks.yFiles.Util.Geom
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public abstract class Point2D : ICloneable
Visual Basic
Public MustInherit Class Point2D _
	Implements ICloneable

Remarks

The Point2D class defines a point representing a location in (x, y) coordinate space. This class is only the abstract superclass for all objects that store a 2D coordinate. The actual storage representation of the coordinates is left to the subclass.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Util.Geom..::..Point2D
    yWorks.yFiles.Util.Geom..::..Point2D..::..Double

See Also