ChaiLove API  0.28.0
Public Member Functions
love::Types::Graphics::Image Class Reference

Drawable image type. More...

Public Member Functions

int getWidth ()
 Gets the width of the Texture. More...
 
int getHeight ()
 Gets the height of the Texture. More...
 

Detailed Description

Drawable image type.

See also
love.graphics.newImage

Member Function Documentation

◆ getHeight()

int love::Types::Graphics::Image::getHeight ( )

Gets the height of the Texture.

See also
getWidth

◆ getWidth()

int love::Types::Graphics::Image::getWidth ( )

Gets the width of the Texture.

See also
getHeight