Creates a matrix that is scaling from a specified center.
public static Matrix ScaleAt(double scaleX, double scaleY, double centerX, double centerY)
Scaling factor that is applied along the x-axis.
Scaling factor that is applied along the y-axis.
The center X-coordinate of the scaling.
The center Y-coordinate of the scaling.