Autodesk.AutoCAD.Geometry Namespace > CoordinateSystem2d Structure
CoordinateSystem2d Structure
Description

 

This struct encapsulates the origin point and X- and Y-axis vectors that define a 2D coordinate system.

Visual Basic
Public Structure CoordinateSystem2d
Inherits IFormattable
End Structure
C#
public struct CoordinateSystem2d : IFormattable {
}
Links
   Comments?