- Name
-
GetLineJoin -- get current line join style (V7.1)
- Synopsis
-
style = GetLineJoin()
- Function
-
This function returns the current line join style set using SetLineJoin().
This will be either
#JOINMITER, #JOINROUND, or #JOINBEVEL. See SetLineJoin for details.
- Inputs
-
none
- Results
-
- style
- current line join style
Show TOC