nudsfml v0.0.10-alpha (2023-02-09T04:48:03Z)
Dub
Repo
Image.getSize
nudsfml
graphics
image
Image
Return the size (width and height) of the image.
class
Image
const
Vector2u
getSize
(
)
Return Value
Type:
Vector2u
Size of the image, in pixels.
Meta
Source
See Implementation
nudsfml
graphics
image
Image
constructors
this
destructors
~this
functions
copyImage
create
createMaskFromColor
flipHorizontally
flipVertically
getPixel
getPixelArray
getSize
loadFromFile
loadFromMemory
saveToFile
setPixel
properties
dup
variables
sfPtr
Return the size (width and height) of the image.