C# Class OOGL.GUI.Widgets.HScrollBar

Inheritance: ScrollBar
Show file Open project: tpb3d/TPB3D

Public Methods

Method Description
DrawToFrameBuffer ( double gameTime ) : void
HScrollBar ( BaseFrameMgr frameMgr, BaseControl parent ) : System

Method Details

DrawToFrameBuffer() public method

public DrawToFrameBuffer ( double gameTime ) : void
gameTime double
return void

HScrollBar() public method

public HScrollBar ( BaseFrameMgr frameMgr, BaseControl parent ) : System
frameMgr OOGL.GUI.Abstract.BaseFrameMgr
parent BaseControl
return System