Represents an ordered pair of double-precision floating-point x- and y-coordinates that defines a point in a two-dimensional plane.

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
<ComVisibleAttribute(True)> _
Public Structure PointD
C#
[SerializableAttribute]
[ComVisibleAttribute(true)]
public struct PointD
Visual C++
[SerializableAttribute]
[ComVisibleAttribute(true)]
public value class PointD

Remarks

This structure is essentially the same as the System.Drawing.PointD structure but uses double-precision floating point numbers, which are needed for accuracy in GIS applications

See Also