A struct that models a point in 2-d cartesian coordinate space with double coordinates.

Namespace: yWorks.Canvas.Geometry.Structs
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
[TypeConverterAttribute(typeof(PointDConverter))]
public struct PointD : IPoint
Visual Basic
<TypeConverterAttribute(GetType(PointDConverter))> _
Public Structure PointD _
	Implements IPoint

Remarks

This struct implements the IPoint interface so that it can be used in methods that require that interface.

See Also