Click or drag to resize

glGetLineWidth Method

Get the current line width.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static float GetLineWidth()

Return Value

Type: Single
The current line width.
Remarks
OpenGL API: glGetFloatv(GL_LINE_WIDTH)
See Also