Function Texture.height

Wraps SDL_QueryTexture which gets the height of the dsdl2.Texture in pixels

uint height() @property @trusted const;

Returns

height of the dsdl2.Texture in pixels

Throws

dsdl2.SDLException if failed to query the information