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

Namespace: yWorks.yFiles.Util.Geom
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

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