Tao.Sdl SDK Documentation
SdlGfx.lineRGBA Method
[Visual Basic]
Public Shared Function lineRGBA( _
ByVal
dst
As
IntPtr
, _
ByVal
x1
As
Short
, _
ByVal
y1
As
Short
, _
ByVal
x2
As
Short
, _
ByVal
y2
As
Short
, _
ByVal
r
As
Byte
, _
ByVal
g
As
Byte
, _
ByVal
b
As
Byte
, _
ByVal
a
As
Byte
_
) As
Integer
[C#]
public static
int
lineRGBA(
IntPtr
dst
,
short
x1
,
short
y1
,
short
x2
,
short
y2
,
byte
r
,
byte
g
,
byte
b
,
byte
a
);
See Also
SdlGfx Class
|
Tao.Sdl Namespace