Transformation.Subtraction Operator

Subtract two transformations.
Public Shared Operator -( _ 
ByVal left As Transformation, _ 
ByVal right As Transformation
) As Transformation
This language is not supported or no code example is available.
public static Transformation operator -( 
Transformation left
Transformation right 
)
This language is not supported or no code example is available.

Parameters

left
Transformation

Left one

right
Transformation

Right one

Return Value

Transformation

The resulting transformation

.NET Framework

Supported in: 4.8

In this article

Definition