8 references to NativeArrowCap
System.Drawing.Common (8)
System\Drawing\Drawing2D\AdjustableArrowCap.cs (8)
26
PInvokeGdiPlus.GdipGetAdjustableArrowCapHeight(
NativeArrowCap
, &height).ThrowIfFailed();
32
PInvokeGdiPlus.GdipSetAdjustableArrowCapHeight(
NativeArrowCap
, value).ThrowIfFailed();
42
PInvokeGdiPlus.GdipGetAdjustableArrowCapWidth(
NativeArrowCap
, &width).ThrowIfFailed();
48
PInvokeGdiPlus.GdipSetAdjustableArrowCapWidth(
NativeArrowCap
, value).ThrowIfFailed();
58
PInvokeGdiPlus.GdipGetAdjustableArrowCapMiddleInset(
NativeArrowCap
, &middleInset).ThrowIfFailed();
64
PInvokeGdiPlus.GdipSetAdjustableArrowCapMiddleInset(
NativeArrowCap
, value).ThrowIfFailed();
74
PInvokeGdiPlus.GdipGetAdjustableArrowCapFillState(
NativeArrowCap
, &isFilled).ThrowIfFailed();
80
PInvokeGdiPlus.GdipSetAdjustableArrowCapFillState(
NativeArrowCap
, value).ThrowIfFailed();