ImageManager.drawImageStretchedVertical

Draws an image with a custom height.

class ImageManager
final
bool
drawImageStretchedVertical
(
string imagePath
,
ptrdiff_t x
,
ptrdiff_t y
,
ptrdiff_t height
)

Parameters

imagePath string

The image path.

x ptrdiff_t

The x coordinate.

y ptrdiff_t

The y coordinate.

height ptrdiff_t

The height.

Return Value

Type: bool

True if the action was successfully executed, false otherwise.

Meta