Surface.blitScaled

Same as above, but with a SDL_Surface* instead of a Surface.

  1. bool blitScaled(Surface srfc, ShortRect* src, ShortRect* dst)
  2. bool blitScaled(SDL_Surface* srfc, ShortRect* src, ShortRect* dst)
    struct Surface
    bool
    blitScaled
    (
    SDL_Surface* srfc
    ,
    const ShortRect* src = null
    ,
    ShortRect* dst = null
    )

Meta