# GdipLoadImage

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