Renderer.scaleY

Wraps SDL_RenderGetScale which gets the Y drawing scale of the renderer target

  1. float scaleY()
    class Renderer
    const @property @trusted
    float
    scaleY
    ()
  2. void scaleY(float newY)

Return Value

Type: float

float scale in the Y axis

Meta