4. Overview Lines and ArrowsΒΆ
The attributes of line and arrow objects are set and get with the OBJ Functions. See Overview Drawing Objects
Create and Destroy |
|
---|---|
LBCreate creates a line or arrow drawing object. |
|
The LBDestroy function destroys the given line object and frees any memory that the line object occupies. |
Get |
|
---|---|
LBGetArrowLength returns the length of the arrow tip of a line drawing object. |
|
LBGetArrowWidth returns the width of the arrow tip of a line drawing object. |
|
LBGetP1P2 returns the coordinates of the start and end point of a line drawing object. |
|
LBGetProps gets the text box properties. |
|
LBIsEndArrow checks if the end of the line object has an arrow tip. |
|
LBIsStartArrow checks if the start of the line object has an arrow tip. |
Set |
|
---|---|
LBSetArrowLength sets the arrow tip length of a line drawing object. |
|
LBSetArrowWidth sets the arrow tip width of a line drawing object. |
|
LBSetEndArrow shows or hides the arrow tip of a line drawing object. |
|
LBSetProps sets the text box properties. |
|
LBSetStartArrow shows or hides the arrow tip of a line drawing object. |
See also
id-113049