3 references to GdipCreateAdjustableArrowCap
System.Drawing.Common (1)
System\Drawing\Drawing2D\AdjustableArrowCap.cs (1)
15
PInvokeGdiPlus.
GdipCreateAdjustableArrowCap
(height, width, isFilled, &nativeCap).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
834
/// <inheritdoc cref="
GdipCreateAdjustableArrowCap
(float, float, winmdroot.Foundation.BOOL, winmdroot.Graphics.GdiPlus.GpAdjustableArrowCap**)"/>
839
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipCreateAdjustableArrowCap
(height, width, isFilled, capLocal);