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