Matrix4x4.WithElement(Int32, Int32, Single) 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 WithElement(int row, int column, float value);
public readonly System.Numerics.Matrix4x4 WithElement(int row, int column, float value);
member this.WithElement : int * int * single -> System.Numerics.Matrix4x4
Public Function WithElement (row As Integer, column As Integer, value As Single) As Matrix4x4
Parameters
- row
- Int32
- column
- Int32
- value
- Single