23 references to GpHatch
System.Drawing.Common (7)
System\Drawing\Drawing2D\HatchBrush.cs (6)
20GpHatch* nativeBrush; 25internal HatchBrush(GpHatch* nativeBrush) 36return new HatchBrush((GpHatch*)clonedBrush); 44PInvokeGdiPlus.GdipGetHatchStyle((GpHatch*)NativeBrush, &hatchStyle).ThrowIfFailed(); 55PInvokeGdiPlus.GdipGetHatchForegroundColor((GpHatch*)NativeBrush, (uint*)&foregroundArgb).ThrowIfFailed(); 66PInvokeGdiPlus.GdipGetHatchBackgroundColor((GpHatch*)NativeBrush, (uint*)&backgroundArgb).ThrowIfFailed();
System\Drawing\Pen.cs (1)
605brush = new HatchBrush((GpHatch*)GetNativeBrush());
System.Private.Windows.GdiPlus (16)
_generated\60\Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (16)
1207 /// <inheritdoc cref="GdipCreateHatchBrush(winmdroot.Graphics.GdiPlus.HatchStyle, uint, uint, winmdroot.Graphics.GdiPlus.GpHatch**)"/> 1209 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipCreateHatchBrush(winmdroot.Graphics.GdiPlus.HatchStyle hatchstyle, uint forecol, uint backcol, ref winmdroot.Graphics.GdiPlus.GpHatch* brush) 1211 fixed (winmdroot.Graphics.GdiPlus.GpHatch** brushLocal = &brush) 1219 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipCreateHatchBrush(winmdroot.Graphics.GdiPlus.HatchStyle hatchstyle, uint forecol, uint backcol, winmdroot.Graphics.GdiPlus.GpHatch** brush); 3792 /// <inheritdoc cref="GdipGetHatchBackgroundColor(winmdroot.Graphics.GdiPlus.GpHatch*, uint*)"/> 3794 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipGetHatchBackgroundColor(ref winmdroot.Graphics.GdiPlus.GpHatch brush, ref uint backcol) 3798 fixed (winmdroot.Graphics.GdiPlus.GpHatch* brushLocal = &brush) 3807 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipGetHatchBackgroundColor(winmdroot.Graphics.GdiPlus.GpHatch* brush, uint* backcol); 3809 /// <inheritdoc cref="GdipGetHatchForegroundColor(winmdroot.Graphics.GdiPlus.GpHatch*, uint*)"/> 3811 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipGetHatchForegroundColor(ref winmdroot.Graphics.GdiPlus.GpHatch brush, ref uint forecol) 3815 fixed (winmdroot.Graphics.GdiPlus.GpHatch* brushLocal = &brush) 3824 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipGetHatchForegroundColor(winmdroot.Graphics.GdiPlus.GpHatch* brush, uint* forecol); 3826 /// <inheritdoc cref="GdipGetHatchStyle(winmdroot.Graphics.GdiPlus.GpHatch*, winmdroot.Graphics.GdiPlus.HatchStyle*)"/> 3828 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipGetHatchStyle(ref winmdroot.Graphics.GdiPlus.GpHatch brush, ref winmdroot.Graphics.GdiPlus.HatchStyle hatchstyle) 3832 fixed (winmdroot.Graphics.GdiPlus.GpHatch* brushLocal = &brush) 3841 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipGetHatchStyle(winmdroot.Graphics.GdiPlus.GpHatch* brush, winmdroot.Graphics.GdiPlus.HatchStyle* hatchstyle);