 | glGetLineWidth Method |
Get the current line width.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static float GetLineWidth()
Public Shared Function GetLineWidth As Single
public:
static float GetLineWidth()
static member GetLineWidth : unit -> float32
Return Value
Type:
SingleThe current line width.
RemarksOpenGL API: glGetFloatv(GL_LINE_WIDTH)
See Also