Method: RBPDF#GetLineWidth
- Defined in:
- lib/rbpdf.rb
#GetLineWidth ⇒ Object Also known as: get_line_width
Returns the current the line width.
- @return int
-
Line width
- @access public
- @since 2.1.000 (2008-01-07)
- @see
-
Line(), SetLineWidth()
8911 8912 8913 |
# File 'lib/rbpdf.rb', line 8911 def GetLineWidth() return @line_width end |