C# Class Gravitation.Scene

Mostrar archivo Open project: EFanZh/EFanZh

Public Methods

Method Description
Render ( Graphics graphics ) : void

Protected Methods

Method Description
Dithering ( double x ) : int

Method Details

Dithering() protected static method

protected static Dithering ( double x ) : int
x double
return int

Render() public abstract method

public abstract Render ( Graphics graphics ) : void
graphics System.Drawing.Graphics
return void