4 references to GdipSetWorldTransform
System.Drawing.Common (2)
System\Drawing\Graphics.cs (2)
434
CheckStatus(PInvokeGdiPlus.
GdipSetWorldTransform
(NativeGraphics, value.NativeMatrix));
476
CheckStatus(PInvokeGdiPlus.
GdipSetWorldTransform
(NativeGraphics, nativeMatrix));
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
7989
/// <inheritdoc cref="
GdipSetWorldTransform
(winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Graphics.GdiPlus.Matrix*)"/>
7996
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipSetWorldTransform
(graphicsLocal, matrixLocal);