LBSetEndArrowΒΆ

LBSetEndArrow shows or hides the arrow tip of a line drawing object.

bool = LBSetEndArrow(hLine, bEnd)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hLine

Identifies the line object.

bEnd

bEnd is TRUE (1) when the arrow tip is visible and FALSE (0) if it is not.

id-1741574