3 references to GdipSetSmoothingMode
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
386
CheckStatus(PInvokeGdiPlus.
GdipSetSmoothingMode
(NativeGraphics, (GdiPlus.SmoothingMode)value));
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
7798
/// <inheritdoc cref="
GdipSetSmoothingMode
(winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Graphics.GdiPlus.SmoothingMode)"/>
7803
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipSetSmoothingMode
(graphicsLocal, smoothingMode);