Function Texture.width
Wraps SDL_QueryTexture
which gets the width of the dsdl
in pixels
uint width() @property @trusted const;
Returns
width of the dsdl
in pixels
Throws
dsdl
if failed to query the information
Wraps SDL_QueryTexture
which gets the width of the dsdl
in pixels
uint width() @property @trusted const;
width of the dsdl
in pixels
dsdl
if failed to query the information