CapsStyle
The CapsStyle object is an enumeration of constant values that specify the caps style to use in drawing lines. The constants are provided for use as values in the caps parameter of the Graphics.lineStyle() method. You can specify the following three types of caps:
Lib.Media.Display.CapsStyle.NONE |
Used to specify no caps in the caps parameter of the Graphics.lineStyle() method. |
Lib.Media.Display.CapsStyle.ROUND |
Used to specify round caps in the caps parameter of the Graphics.lineStyle() method. |
Lib.Media.Display.CapsStyle.SQUARE |
Used to specify square caps in the caps parameter of the Graphics.lineStyle() method. |
Created with the Personal Edition of HelpNDoc: Easily create iPhone documentation