Represents an ordered pair of double X and Y coordinates that defines a point in a two-dimensional plane.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

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

See Also