3 references to GdipDrawImage
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
2001
Status status = PInvokeGdiPlus.
GdipDrawImage
(NativeGraphics, image.Pointer(), x, y);
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
2160
/// <inheritdoc cref="
GdipDrawImage
(winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Graphics.GdiPlus.GpImage*, float, float)"/>
2167
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipDrawImage
(graphicsLocal, imageLocal, x, y);