C# Class OOGL.GUI.Widgets.Picture

Inheritance: BaseControl
ファイルを表示 Open project: tpb3d/TPB3D Class Usage Examples

Public Methods

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

Method Details

DrawToFrameBuffer() public method

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

Picture() public method

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