3 references to GdipGetImageGraphicsContext
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
136
Gdip.CheckStatus(PInvokeGdiPlus.
GdipGetImageGraphicsContext
(image.Pointer(), &nativeGraphics));
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
3760
/// <inheritdoc cref="
GdipGetImageGraphicsContext
(winmdroot.Graphics.GdiPlus.GpImage*, winmdroot.Graphics.GdiPlus.GpGraphics**)"/>
3767
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipGetImageGraphicsContext
(imageLocal, graphicsLocal);