Matrix3x2.X Свойство

Определение

Возвращает или задает первую строку матрицы.

public:
 property System::Numerics::Vector2 X { System::Numerics::Vector2 get(); void set(System::Numerics::Vector2 value); };
public System.Numerics.Vector2 X { get; set; }
member this.X : System.Numerics.Vector2 with get, set
Public Property X As Vector2

Значение свойства

Комментарии

Эта строка состоит M11 иM12; она существует в индексе: [0]

Применяется к