Transformation.Multiply (Transformation, Vector2D) Operator

Applies transformation to a 2D vector.
Public Shared Operator *( _ 
ByVal t As Transformation, _ 
ByVal v As Vector2D
) As Vector2D
This language is not supported or no code example is available.
public static Vector2D operator *( 
Transformation t
Vector2D v 
)
This language is not supported or no code example is available.

Parameters

t
Transformation

The transformation

v
Vector2D

The point

Return Value

Vector2D

The transformed vector.

.NET Framework

Supported in: 4.8

In this article

Definition