public static SKPoint MapVector(this SKMatrix matrix, SKPoint point)
 {
     return(matrix.MapVector(point.X, point.Y));
 }