A simple default implementation of a mutable point in 2D coordinate space
with double precision coordinates.
Namespace: yWorks.Canvas.GeometryAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
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
yWorks.Canvas.Geometry..::..Point