1 reference to Scale
System.Drawing.Common (1)
System\Drawing\Drawing2D\Matrix.cs (1)
202
public void Scale(float scaleX, float scaleY) =>
Scale
(scaleX, scaleY, MatrixOrder.Prepend);