AdjustableArrowCap()

AdjustableArrowCap::AdjustableArrowCap(float, float, bool) constructor

Constructs a new instance of AdjustableArrowCap with the specified width and height.

System::Drawing::Drawing2D::AdjustableArrowCap::AdjustableArrowCap(float width, float height, bool is_filled=1)

Arguments

ParameterTypeDescription
widthfloatThe width of the arrow
heightfloatThe height of the arrow
is_filledboolSpecifies if the arrow should be filled (true) or not (false)

See Also