Tao.Sdl SDK Documentation
SdlGfx.bezierColor Method
[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
);
See Also
SdlGfx Class
|
Tao.Sdl Namespace