Creates a translation and scale matrix using the specified offsets and scales along the x-axis and y-axis.
public static Matrix ScaleAndTranslate(double scaleX, double scaleY, double offsetX, double offsetY)
Scaling factor that is applied along the x-axis.
Scaling factor that is applied along the y-axis.
X-coordinate offset.
Y-coordinate offset.