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