C# Class LCDNumbers.LCDScene

ファイルを表示 Open project: EFanZh/EFanZh

Public Methods

Method Description
Render ( Graphics graphics, double width, double height, double part_width, double part_sep ) : void

Method Details

Render() public static method

public static Render ( Graphics graphics, double width, double height, double part_width, double part_sep ) : void
graphics System.Drawing.Graphics
width double
height double
part_width double
part_sep double
return void