CoordinateSystem2d Structure

This .NET structure represents a 2D coordinate system that provides the origin point and directions of the positive X- and Y-axis.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Teigha.GeometryCoordinateSystem2d

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public struct CoordinateSystem2d : IFormattable

The CoordinateSystem2d type exposes the following members.

Constructors
  Name Description
Public method CoordinateSystem2d Constructor for the CoordinateSystem2d structure.
Top
Properties
  Name Description
Public property Origin Property that represents Coordinate system origin point.
Public property Xaxis Property that represents positive direction of the x-axis of this system.
Public property Yaxis Property that represents positive direction of the y-axis of this system.
Top
Methods
  Name Description
Public method Equals Checks objects for equality.
(Overrides ValueTypeEquals(Object))
Public method GetHashCode Retrieves the object hash code.
(Overrides ValueTypeGetHashCode)
Public method GetType
(Inherited from Object)
Public method IsEqualTo(CoordinateSystem2d)  
Public method IsEqualTo(CoordinateSystem2d, Tolerance)  
Public method ToString
(Overrides ValueTypeToString)
Public method ToString(IFormatProvider)  
Public method ToString(String, IFormatProvider)  
Top
Operators
See Also

©  Bricsys NV. All rights reserved.