Public Structure Point2d Inherits IFormattable End Structure
public struct Point2d : IFormattable { }
This class wraps AcGePoint2d ObjectARX class. It represents a point in 2-dimensional space. It can be viewed as a structure consisting of two doubles.
Vector2d