Tao.Sdl SDK Documentation
Sdl.SDL_Rect Constructor
[Visual Basic]
Public Sub New( _
ByVal
x
As
Short
, _
ByVal
y
As
Short
, _
ByVal
w
As
Short
, _
ByVal
h
As
Short
_
)
[C#]
public Sdl.SDL_Rect(
short
x
,
short
y
,
short
w
,
short
h
);
See Also
Sdl.SDL_Rect Class
|
Tao.Sdl Namespace