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

CoordinateSystem2d Methods, CoordinateSystem2d Operators, CoordinateSystem2d Properties