Transforms a point by this matrix.
'Declaration
Public Shared Function Transform( _
ByVal As Windows.UI.Xaml.Media.Matrix, _
ByVal As System.Double, _
ByVal As System.Double _
) As Windows.Foundation.Point
public static Windows.Foundation.Point Transform(
Windows.UI.Xaml.Media.Matrix ,
System.double ,
System.double
)
Parameters
- matrix
- The Matrix defining transformation.
- x
- The x coordinate of the point.
- y
- The y coordinate of the point.
Return Value
The result of the transformation for the point.