3 references to GdipSetPageScale
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
325
set => CheckStatus(PInvokeGdiPlus.
GdipSetPageScale
(NativeGraphics, value));
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
7311
/// <inheritdoc cref="
GdipSetPageScale
(winmdroot.Graphics.GdiPlus.GpGraphics*, float)"/>
7316
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipSetPageScale
(graphicsLocal, scale);