- Name
-
GetLineCap -- get current line cap style (V7.1)
- Synopsis
-
style = GetLineCap()
- Function
-
This function returns the current line cap style set using SetLineCap().
This will be either
#CAPBUTT, #CAPROUND, or #CAPSQUARE. See SetLineCap for details.
- Inputs
-
none
- Results
-
- style
- current line cap style
Show TOC