3 references to GdipGetHatchBackgroundColor
System.Drawing.Common (1)
System\Drawing\Drawing2D\HatchBrush.cs (1)
66
PInvokeGdiPlus.
GdipGetHatchBackgroundColor
((GpHatch*)NativeBrush, (uint*)&backgroundArgb).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
3571
/// <inheritdoc cref="
GdipGetHatchBackgroundColor
(winmdroot.Graphics.GdiPlus.GpHatch*, uint*)"/>
3578
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipGetHatchBackgroundColor
(brushLocal, backcolLocal);