Tao.Sdl SDK Documentation

Sdl.SDL_WriteBE16 Method (IntPtr, UInt16)

[Visual Basic]
Overloads Public Shared Function SDL_WriteBE16( _
   ByVal dst As IntPtr, _
   ByVal val As UInt16 _
) As Integer
[C#]
public static int SDL_WriteBE16(
   IntPtr dst,
   ushort val
);

See Also

Sdl Class | Tao.Sdl Namespace | Sdl.SDL_WriteBE16 Overload List