3 references to GdipGetHatchStyle
System.Drawing.Common (1)
System\Drawing\Drawing2D\HatchBrush.cs (1)
44
PInvokeGdiPlus.
GdipGetHatchStyle
((GpHatch*)NativeBrush, &hatchStyle).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
3603
/// <inheritdoc cref="
GdipGetHatchStyle
(winmdroot.Graphics.GdiPlus.GpHatch*, winmdroot.Graphics.GdiPlus.HatchStyle*)"/>
3610
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipGetHatchStyle
(brushLocal, hatchstyleLocal);