3 references to GdipCloneImage
System.Drawing.Common (1)
System\Drawing\Image.cs (1)
200
PInvokeGdiPlus.
GdipCloneImage
(_nativeImage, &cloneImage).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
632
/// <inheritdoc cref="
GdipCloneImage
(winmdroot.Graphics.GdiPlus.GpImage*, winmdroot.Graphics.GdiPlus.GpImage**)"/>
639
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipCloneImage
(imageLocal, cloneImageLocal);