ComponentOne FlexGrid for UWP
Transform Method

C1.UWP Assembly > C1.Xaml Namespace > Extensions Class : Transform Method
The Matrix defining transformation.
The x coordinate of the point.
The y coordinate of the point.
Transforms a point by this matrix.
Syntax
'Declaration
 
Public Shared Function Transform( _
   ByVal matrix As Windows.UI.Xaml.Media.Matrix, _
   ByVal x As System.Double, _
   ByVal y As System.Double _
) As Windows.Foundation.Point
public static Windows.Foundation.Point Transform( 
   Windows.UI.Xaml.Media.Matrix matrix,
   System.double x,
   System.double y
)

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.
See Also

Reference

Extensions Class
Extensions Members