Renderer.scaleX

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

  1. float scaleX()
    class Renderer
    const @property @trusted
    float
    scaleX
    ()
  2. void scaleX(float newX)

Return Value

Type: float

float scale in the X axis

Meta