Matrix3x2.WithRow(Int32, Vector2) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::Numerics::Matrix3x2 WithRow(int index, System::Numerics::Vector2 value);
public readonly System.Numerics.Matrix3x2 WithRow(int index, System.Numerics.Vector2 value);
member this.WithRow : int * System.Numerics.Vector2 -> System.Numerics.Matrix3x2
Public Function WithRow (index As Integer, value As Vector2) As Matrix3x2
Parameters
- index
- Int32
- value
- Vector2