'Declaration Public Shared Function _transformCoordinatePoint( _ ByVal matrix As IMatrix, _ ByVal x As Double, _ ByVal y As Double, _ Optional ByVal output As List(Of Double) _ ) As List(Of Double)
public static List<double> _transformCoordinatePoint( IMatrix matrix, double x, double y, List<double> output )
Parameters
- matrix
- x
- y
- output