3 references to GdipSetPenCompoundArray
System.Drawing.Common (1)
System\Drawing\Pen.cs (1)
823
PInvokeGdiPlus.
GdipSetPenCompoundArray
(NativePen, f, value.Length).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
7546
/// <inheritdoc cref="
GdipSetPenCompoundArray
(winmdroot.Graphics.GdiPlus.GpPen*, float*, int)"/>
7553
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipSetPenCompoundArray
(penLocal, dashLocal, count);