Tao.Sdl SDK Documentation
SdlGfx.ellipseColor Method
[Visual Basic]
Public Shared Function ellipseColor( _
ByVal
dst
As
IntPtr
, _
ByVal
x
As
Short
, _
ByVal
y
As
Short
, _
ByVal
rx
As
Short
, _
ByVal
ry
As
Short
, _
ByVal
color
As
Integer
_
) As
Integer
[C#]
public static
int
ellipseColor(
IntPtr
dst
,
short
x
,
short
y
,
short
rx
,
short
ry
,
int
color
);
See Also
SdlGfx Class
|
Tao.Sdl Namespace