setArrowBodyInfo

fun setArrowBodyInfo(length: Float, width: Float): Arrow

Define the arrow body width and length

Note: the arrow size is defined by its width and height using setWidth and setHeight The body size must be less the uiElement size

Return

this

Parameters

length

the arrow body length in pixels

width

the arrow body width in pixels