3 references to GdipGetPenFillType
System.Drawing.Common (1)
System\Drawing\Pen.cs (1)
537
PInvokeGdiPlus.
GdipGetPenFillType
(NativePen, &type).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
4767
/// <inheritdoc cref="
GdipGetPenFillType
(winmdroot.Graphics.GdiPlus.GpPen*, winmdroot.Graphics.GdiPlus.PenType*)"/>
4774
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipGetPenFillType
(penLocal, typeLocal);