RFDrawTools.GLPointSize
Description
Specifies the diameter of rasterized points.
Syntax
Sub RFDrawTools.GLPointSize(size As Single)
The GLPointSize syntax has these parts:
| Part |
Description |
| size |
[IN] Single Required. Diameter of the rasterized points. |
Remarks
- If the diameter of rasterized points 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