Matrix4x4.WithRow(Int32, Vector4) 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::Matrix4x4 WithRow(int index, System::Numerics::Vector4 value);
public readonly System.Numerics.Matrix4x4 WithRow(int index, System.Numerics.Vector4 value);
member this.WithRow : int * System.Numerics.Vector4 -> System.Numerics.Matrix4x4
Public Function WithRow (index As Integer, value As Vector4) As Matrix4x4
Parameters
- index
- Int32
- value
- Vector4