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