3 references to GdipGetAdjustableArrowCapWidth
System.Drawing.Common (1)
System\Drawing\Drawing2D\AdjustableArrowCap.cs (1)
42PInvokeGdiPlus.GdipGetAdjustableArrowCapWidth(NativeArrowCap, &width).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
3062 /// <inheritdoc cref="GdipGetAdjustableArrowCapWidth(winmdroot.Graphics.GdiPlus.GpAdjustableArrowCap*, float*)"/> 3069 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipGetAdjustableArrowCapWidth(capLocal, widthLocal);