C# 클래스 FrameRate.Scene

파일 보기 프로젝트 열기: EFanZh/EFanZh

공개 메소드들

메소드 설명
Render ( Graphics graphics, int width, int height, int time, int total_time ) : void

메소드 상세

Render() 공개 메소드

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
리턴 void