Matrix3x2Node.UnaryNegation(Matrix3x2Node) Operator
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.
Implements the - operator.
public static CommunityToolkit.WinUI.Animations.Expressions.Matrix3x2Node operator -(CommunityToolkit.WinUI.Animations.Expressions.Matrix3x2Node value);
static member ( ~- ) : CommunityToolkit.WinUI.Animations.Expressions.Matrix3x2Node -> CommunityToolkit.WinUI.Animations.Expressions.Matrix3x2Node
Public Shared Operator - (value As Matrix3x2Node) As Matrix3x2Node
Parameters
- value
- Matrix3x2Node
The value.
Returns
The result of the operator.