4 references to GdipSetMatrixElements
System.Drawing.Common (2)
System\Drawing\Drawing2D\Matrix.cs (2)
132PInvokeGdiPlus.GdipSetMatrixElements( 172PInvokeGdiPlus.GdipSetMatrixElements(
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
7298 /// <inheritdoc cref="GdipSetMatrixElements(winmdroot.Graphics.GdiPlus.Matrix*, float, float, float, float, float, float)"/> 7303 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipSetMatrixElements(matrixLocal, m11, m12, m21, m22, dx, dy);