1 reference to RotateAt
System.Drawing.Common (1)
System\Drawing\Drawing2D\Matrix.cs (1)
218
public void RotateAt(float angle, PointF point) =>
RotateAt
(angle, point, MatrixOrder.Prepend);