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 { }
Vector2d
Comments? |