C# Class Examples.Tutorial.FontRenderingAdvanced

Inheritance: OpenTK.GameWindow
Mostrar archivo Open project: tpb3d/TPB3D Class Usage Examples

Public Methods

Method Description
FontRenderingAdvanced ( ) : System
OnUnload ( EventArgs e ) : void

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void
OnRenderFrame ( FrameEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnUpdateFrame ( FrameEventArgs e ) : void

Private Methods

Method Description
Main ( ) : void

Method Details

FontRenderingAdvanced() public method

public FontRenderingAdvanced ( ) : System
return System

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

OnRenderFrame() protected method

protected OnRenderFrame ( FrameEventArgs e ) : void
e FrameEventArgs
return void

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

OnUnload() public method

public OnUnload ( EventArgs e ) : void
e System.EventArgs
return void

OnUpdateFrame() protected method

protected OnUpdateFrame ( FrameEventArgs e ) : void
e FrameEventArgs
return void