Tao.Sdl SDK Documentation
SdlGfx.ellipseRGBA Method
Ellipse
[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
);
Parameters
dst
x
y
rx
ry
r
g
b
a
Return Value
See Also
SdlGfx Class
|
Tao.Sdl Namespace