Vector::Multiply Operator (Vector, Matrix)

 

Transforms the coordinate space of the specified vector using the specified Matrix.

Namespace:   System.Windows
Assembly:  WindowsBase (in WindowsBase.dll)

public:
static Vector operator *(
	Vector vector,
	Matrix matrix
)

Parameters

vector
Type: System.Windows::Vector

The vector to transform.

matrix
Type: System.Windows.Media::Matrix

The transformation to apply to vector.

Return Value

Type: System.Windows::Vector

The result of transforming vector by matrix.

The following example shows how to use this operator (*) to multiply a Vector structure by a Matrix structure.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: