Edit

Bagikan melalui


ExpressionNode.SetMatrix3x2Parameter(String, Matrix3x2) Method

Definition

Resolve a named parameter to the Matrix3x2 value it will use.

public void SetMatrix3x2Parameter (string parameterName, System.Numerics.Matrix3x2 value);
member this.SetMatrix3x2Parameter : string * System.Numerics.Matrix3x2 -> unit
Public Sub SetMatrix3x2Parameter (parameterName As String, value As Matrix3x2)

Parameters

parameterName
String

The string name of the parameter to be resolved.

value
Matrix3x2

The value that the parameter should resolve to.

Applies to