3 references to GdipGetFontHeightGivenDPI
System.Drawing.Common (1)
System\Drawing\Font.cs (1)
219PInvokeGdiPlus.GdipGetFontHeightGivenDPI(NativeFont, dpi, &height).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
3468 /// <inheritdoc cref="GdipGetFontHeightGivenDPI(winmdroot.Graphics.GdiPlus.GpFont*, float, float*)"/> 3475 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipGetFontHeightGivenDPI(fontLocal, dpi, heightLocal);