3 references to GdipGetSmoothingMode
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
378
CheckStatus(PInvokeGdiPlus.
GdipGetSmoothingMode
(NativeGraphics, &mode));
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
5124
/// <inheritdoc cref="
GdipGetSmoothingMode
(winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Graphics.GdiPlus.SmoothingMode*)"/>
5131
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipGetSmoothingMode
(graphicsLocal, smoothingModeLocal);