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.
Public Structure Point2d Inherits IFormattable End Structure
public struct Point2d : IFormattable { }
Point2d Constructor, Point2d Methods, Point2d Operators, Point2d Properties
Vector2d