Tao.Sdl SDK Documentation
SdlGfx.bezierColor Method
Bezier
[Visual Basic]
Public Shared Function bezierColor( _
ByVal
dst
As
IntPtr
, _
ByVal
vx
As
Short()
, _
ByVal
vy
As
Short()
, _
ByVal
n
As
Integer
, _
ByVal
s
As
Integer
, _
ByVal
color
As
Integer
_
) As
Integer
[C#]
public static
int
bezierColor(
IntPtr
dst
,
short[]
vx
,
short[]
vy
,
int
n
,
int
s
,
int
color
);
Parameters
dst
vx
vy
n
s
number of steps
color
Return Value
See Also
SdlGfx Class
|
Tao.Sdl Namespace