C# Class GenArt.Classes.Renderer

Afficher le fichier Open project: MattLloyd101/EvoLisa

Méthodes publiques

Méthode Description
Render ( DnaDrawing drawing, Graphics g, int scale ) : void

Private Methods

Méthode 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 méthode

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