Renderer.scaleY - multiple declarations
Function Renderer.scaleY
Wraps SDL_RenderGetScale which gets the Y drawing scale of the renderer target
float scaleY() @property @trusted const;
Returns
float scale in the Y axis
Function Renderer.scaleY
Wraps SDL_RenderSetScale which sets the Y drawing scale of the renderer target
void scaleY
(
float newY
) @property @trusted;
Parameters
| Name | Description |
|---|---|
| newY | new float scale of the Y axis |
Throws
dsdl if failed to set the scale