3 references to GdipGetPageScale
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
322
CheckStatus(PInvokeGdiPlus.
GdipGetPageScale
(NativeGraphics, &scale));
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
4240
/// <inheritdoc cref="
GdipGetPageScale
(winmdroot.Graphics.GdiPlus.GpGraphics*, float*)"/>
4247
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipGetPageScale
(graphicsLocal, scaleLocal);