ImageManager.drawImageStretchedHorizontal

Draws an image with a custom width.

class ImageManager
final
bool
drawImageStretchedHorizontal
(
string imagePath
,
ptrdiff_t x
,
ptrdiff_t y
,
ptrdiff_t width
)

Parameters

imagePath string

The image path.

x ptrdiff_t

The x coordinate.

y ptrdiff_t

The y coordinate.

width ptrdiff_t

The width.

Return Value

Type: bool

True if the action was successfully executed, false otherwise.

Meta