3 references to GdipCreateHatchBrush
System.Drawing.Common (1)
System\Drawing\Drawing2D\HatchBrush.cs (1)
21
PInvokeGdiPlus.
GdipCreateHatchBrush
((GdiPlus.HatchStyle)hatchstyle, (ARGB)foreColor, (ARGB)backColor, &nativeBrush).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
1134
/// <inheritdoc cref="
GdipCreateHatchBrush
(winmdroot.Graphics.GdiPlus.HatchStyle, uint, uint, winmdroot.Graphics.GdiPlus.GpHatch**)"/>
1139
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipCreateHatchBrush
(hatchstyle, forecol, backcol, brushLocal);