get_end_cap_style#

Path.get_end_cap_style()#

Get end cap styles for the path.

Returns:
tuple[

PathEndCapType, PathEndCapType

]

Returns a tuple in this format:

(end_cap1, end_cap2)

end_cap1 : End cap style of path start end cap.

end_cap2 : End cap style of path end end cap.