AdjustableArrowCap.AdjustableArrowCap

AdjustableArrowCap(float, float)

Initializes a new instance of the AdjustableArrowCap class.

public AdjustableArrowCap(float width, float height)
ParameterTypeDescription
widthSingleThe width of the arrow.
heightSingleThe height of the arrow.

See Also


AdjustableArrowCap(float, float, bool)

Initializes a new instance of the AdjustableArrowCap class.

public AdjustableArrowCap(float width, float height, bool isFilled)
ParameterTypeDescription
widthSingleThe width of the arrow.
heightSingleThe height of the arrow.
isFilledBooleantrue to fill the arrow cap; otherwise, false.

See Also