Transforms a point by this matrix.
public static Point TransformPoint(Matrix matrix, Point point)
The matrix to use as a transformation matrix.
The original point to apply the transformation.