dsfml ~master (2021-10-04T07:02:59.4470602)
Dub
Repo
Image.getSize
dsfml
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
dsfml
graphics
image
Image
constructors
this
destructors
~this
functions
copyImage
create
createMaskFromColor
flipHorizontally
flipVertically
getPixel
getPixelArray
getSize
loadFromFile
loadFromMemory
loadFromStream
saveToFile
setPixel
properties
dup
variables
sfPtr
Return the size (width and height) of the image.