5 references to GdipGetMatrixElements
System.Drawing.Common (3)
System\Drawing\Drawing2D\Matrix.cs (2)
126PInvokeGdiPlus.GdipGetMatrixElements(NativeMatrix, (float*)&matrix).ThrowIfFailed(); 151PInvokeGdiPlus.GdipGetMatrixElements(NativeMatrix, m).ThrowIfFailed();
System\Drawing\Graphics.cs (1)
459CheckStatus(PInvokeGdiPlus.GdipGetMatrixElements(nativeMatrix, (float*)&matrix));
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
4134 /// <inheritdoc cref="GdipGetMatrixElements(winmdroot.Graphics.GdiPlus.Matrix*, float*)"/> 4141 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipGetMatrixElements(matrixLocal, matrixOutLocal);