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