Tao.Sdl SDK Documentation
SdlGfx.aaellipseColor Method
AA Ellipse
[Visual Basic]
Public Shared Function aaellipseColor( _
ByVal
dst
As
IntPtr
, _
ByVal
xc
As
Short
, _
ByVal
yc
As
Short
, _
ByVal
rx
As
Short
, _
ByVal
ry
As
Short
, _
ByVal
color
As
Integer
_
) As
Integer
[C#]
public static
int
aaellipseColor(
IntPtr
dst
,
short
xc
,
short
yc
,
short
rx
,
short
ry
,
int
color
);
Parameters
dst
xc
yc
rx
ry
color
Return Value
See Also
SdlGfx Class
|
Tao.Sdl Namespace