C# Class CSharpGL.GLCanvasHelper

ファイルを表示 Open project: bitzhuwei/CSharpGL Class Usage Examples

Public Methods

Method Description
DrawClock ( ) : void
ResizeGL ( double width, double height ) : void

Method Details

DrawClock() public static method

public static DrawClock ( ) : void
return void

ResizeGL() public static method

public static ResizeGL ( double width, double height ) : void
width double
height double
return void