 | RenderbufferHeight Property |
Gets the height of the renderbuffer.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int Height { get; }
Public ReadOnly Property Height As Integer
Get
public:
property int Height {
int get ();
}
member Height : int with get
Property Value
Type:
Int32The height in pixels of the image of the renderbuffer.
RemarksNote: in DEBUG mode with assertions enabled, an error will be logged to the debug console if this renderbuffer is not bound.
OpenGL API: glGetRenderbufferParameteriv(GL_RENDERBUFFER_HEIGHT)
See Also