This struct encapsulates the origin point and X- and Y-axis vectors that define a 2D coordinate system.
Public Structure CoordinateSystem2d Inherits IFormattable End Structure
public struct CoordinateSystem2d : IFormattable { }