C# Class GenArt.Classes.Renderer

Show file Open project: MattLloyd101/EvoLisa

Public Methods

Method Description
Render ( DnaDrawing drawing, Graphics g, int scale ) : void

Private Methods

Method Description
GetGdiBrush ( DnaBrush b ) : Brush
GetGdiPoints ( IList points, int scale ) : System.Drawing.Point[]
Render ( DnaPolygon polygon, Graphics g, int scale ) : void

Method Details

Render() public static method

public static Render ( DnaDrawing drawing, Graphics g, int scale ) : void
drawing GenArt.AST.DnaDrawing
g System.Drawing.Graphics
scale int
return void