Point::Multiply Operator (Point, Matrix)

 

Transforms the specified Point by the specified Matrix.

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

public:
static Point operator *(
	Point point,
	Matrix matrix
)

Parameters

point
Type: System.Windows::Point

The point to transform.

matrix
Type: System.Windows.Media::Matrix

The transformation matrix.

Return Value

Type: System.Windows::Point

The result of transforming the specified point using the specified matrix.

The following example shows how to multiply a Point by a Matrix using the overloaded (*) operator.

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

.NET Framework
Available since 3.0
Return to top
Show: