C# Class SharpDL.Graphics.Primitive

ファイルを表示 Open project: babelshift/SharpDL

Public Methods

Method Description
DrawLine ( IRenderer renderer, int x1, int y1, int x2, int y2 ) : void

Method Details

DrawLine() public static method

public static DrawLine ( IRenderer renderer, int x1, int y1, int x2, int y2 ) : void
renderer IRenderer
x1 int
y1 int
x2 int
y2 int
return void