123456789101112131415161718192021222324252627282930313233 |
- .. _func_graphics_max2d_getlinewidth:
- ============
- GetLineWidth
- ============
- GetLineWidth -
- Description
- ===========
- .. code-block:: blitzmax
- GetLineWidth#()
- Get line width
- Parameters
- ==========
- Return Values
- =============
- Current line width, in pixels
- Examples
- ========
- See Also
- ========
|