The Double class defines a point specified in double precision.

Namespace: yWorks.yFiles.Util.Geom
Assembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.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