C# Class SharpDL.Graphics.Primitive

Afficher le fichier Open project: babelshift/SharpDL

Méthodes publiques

Méthode Description
DrawLine ( IRenderer renderer, int x1, int y1, int x2, int y2 ) : void

Method Details

DrawLine() public static méthode

public static DrawLine ( IRenderer renderer, int x1, int y1, int x2, int y2 ) : void
renderer IRenderer
x1 int
y1 int
x2 int
y2 int
Résultat void