GdipLoadImage

[DllImport("gdiplus.dll", SetLastError = true)]
public static extern Status GdipLoadImage(
   IStream stream,
   out IntPtr image
);

Last updated