C# Class FrameRate.Scene

Mostrar archivo Open project: EFanZh/EFanZh

Public Methods

Method Description
Render ( Graphics graphics, int width, int height, int time, int total_time ) : void

Method Details

Render() public method

public Render ( Graphics graphics, int width, int height, int time, int total_time ) : void
graphics System.Drawing.Graphics
width int
height int
time int
total_time int
return void