Toggle menu
Nitlanguage.org
Nitdoc
sdl2
sdl2_base
SDLSurface
pitch
fun
pitch
:
Int
sdl2
::
SDLSurface
::
pitch
Doc
Linearization
Summary
Bytes in a row of pixels
Bytes in a row of pixels
Summary
Property definitions
sdl2$SDLSurface$pitch
Property definitions
sdl2
$
SDLSurface
::
pitch
# Bytes in a row of pixels
fun
pitch
:
Int
`{ return self->pitch; `}
lib/sdl2/sdl2_base.nit:417,2--418,41