3 references to GdipGetImageWidth
System.Drawing.Common (1)
System\Drawing\Image.cs (1)
434PInvokeGdiPlus.GdipGetImageWidth(_nativeImage, &width).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
3917 /// <inheritdoc cref="GdipGetImageWidth(winmdroot.Graphics.GdiPlus.GpImage*, uint*)"/> 3924 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipGetImageWidth(imageLocal, widthLocal);