System::Drawing::Drawing2D::AdjustableArrowCap::AdjustableArrowCap constructor

AdjustableArrowCap::AdjustableArrowCap 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=true)
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