The Double class defines a point specified in double precision.

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 class Double : Point2D
Visual Basic
Public Class Double _
	Inherits Point2D

Remarks

The Double class defines a point specified in double precision.

Inheritance Hierarchy

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

See Also