RFDrawTools.GLLineWidth
Description
Specifies the width of rasterized lines.
Syntax
Sub RFDrawTools.GLLineWidth(width As Single)
The GLLineWidth syntax has these parts:
| Part |
Description |
| width |
[IN] Single Required. Width of rasterized lines. |
Remarks
- If the width of rasterized lines is not specified by this method, OpenGL drawing primitive uses 1.0 as a default value.
Note
- Refer to the Microsoft OpenGL Platform SDK reference manual for more details.
Return to Rapidform Index