public static ScaleAt ( double scaleX, double scaleY, double centerX, double centerY ) : Avalonia.Matrix | ||
scaleX | double | Scaling factor that is applied along the x-axis. |
scaleY | double | Scaling factor that is applied along the y-axis. |
centerX | double | The center X-coordinate of the scaling. |
centerY | double | The center Y-coordinate of the scaling. |
return | Avalonia.Matrix |