4 references to GdipGetWorldTransform
System.Drawing.Common (2)
System\Drawing\Graphics.cs (2)
429
CheckStatus(PInvokeGdiPlus.
GdipGetWorldTransform
(NativeGraphics, matrix.NativeMatrix));
456
CheckStatus(PInvokeGdiPlus.
GdipGetWorldTransform
(NativeGraphics, nativeMatrix));
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
5402
/// <inheritdoc cref="
GdipGetWorldTransform
(winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Graphics.GdiPlus.Matrix*)"/>
5409
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipGetWorldTransform
(graphicsLocal, matrixLocal);