123456789101112131415161718192021222324252627282930313233 |
- .. _func_graphics_max2d_setlinewidth:
- ============
- SetLineWidth
- ============
- SetLineWidth -
- Description
- ===========
- .. code-block:: blitzmax
- SetLineWidth( width# )
- Sets pixel width of lines drawn with the #DrawLine command
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|