Edit

Share via


Matrix4x4.WithElement(Int32, Int32, Single) Method

Definition

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

Returns

Applies to