Tao.Sdl SDK Documentation

Sdl.SDL_CreateCursor Method 

[Visual Basic]
Public Shared Function SDL_CreateCursor( _
   ByRef data As Byte, _
   ByRef mask As Byte, _
   ByVal w As Integer, _
   ByVal h As Integer, _
   ByVal hot_x As Integer, _
   ByVal hot_y As Integer _
) As Integer
[C#]
public static int SDL_CreateCursor(
   ref byte data,
   ref byte mask,
   int w,
   int h,
   int hot_x,
   int hot_y
);

See Also

Sdl Class | Tao.Sdl Namespace