C# Class FrameRate.Scene

Afficher le fichier Open project: EFanZh/EFanZh

Méthodes publiques

Méthode Description
Render ( Graphics graphics, int width, int height, int time, int total_time ) : void

Method Details

Render() public méthode

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
Résultat void