Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
SharpDL
Graphics
Primitive
C# Class SharpDL.Graphics.Primitive
Show file
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