From 1522f8d7026589b9398607e7d5cabfc6c66a4f57 Mon Sep 17 00:00:00 2001 From: maruhiro Date: Wed, 13 Oct 2021 00:46:02 +0900 Subject: [PATCH] =?utf8?q?SDL=5FRenderCopyExF=20=E6=96=B0=E8=A6=8F?= =?utf8?q?=E8=BF=BD=E5=8A=A0=20https://wiki.libsdl.org/SDL=5FRenderCopyExF?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- CategoryAPI.html | 1 + CategoryRender.html | 1 + SDL_RenderCopyExF.html | 34 ++++++++++++++++++++++++++++++++++ WhatsNew.html | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 SDL_RenderCopyExF.html diff --git a/CategoryAPI.html b/CategoryAPI.html index 2db7472..b159847 100644 --- a/CategoryAPI.html +++ b/CategoryAPI.html @@ -660,6 +660,7 @@
  • SDL_RenderClear
  • SDL_RenderCopy
  • SDL_RenderCopyEx
  • +
  • SDL_RenderCopyExF
  • SDL_RenderDrawLine
  • SDL_RenderDrawLines
  • SDL_RenderDrawPoint
  • diff --git a/CategoryRender.html b/CategoryRender.html index 6f9fcff..a5ef144 100644 --- a/CategoryRender.html +++ b/CategoryRender.html @@ -83,6 +83,7 @@
  • SDL_RenderClear
  • SDL_RenderCopy
  • SDL_RenderCopyEx
  • +
  • SDL_RenderCopyExF
  • SDL_RenderDrawLine
  • SDL_RenderDrawLines
  • SDL_RenderDrawPoint
  • diff --git a/SDL_RenderCopyExF.html b/SDL_RenderCopyExF.html new file mode 100644 index 0000000..97d166d --- /dev/null +++ b/SDL_RenderCopyExF.html @@ -0,0 +1,34 @@ + + + + + + + + +SDL_RenderCopyExF + + +–ÚŽŸ - API(‹@”\•Ê) - 2DƒŒƒ“ƒ_ƒŠƒ“ƒO - SDL_RenderCopyExF +
    +

    SDL_RenderCopyExF

    +ƒeƒNƒXƒ`ƒƒ‚̈ꕔ‚ð, ƒTƒuƒsƒNƒZƒ‹(•›‰æ‘f)’PˆÊ‚ÅŽw’è‚Ì“_‚𒆐S‚ɉñ“]‚³‚¹, ã‰º¶‰E‚𔽓]‚ðŽw’肵‚Ä, Œ»Ý‚̃Œƒ“ƒ_[ƒ^[ƒQƒbƒg‚ɃRƒs[‚·‚é +

    \•¶

    +int SDL_RenderCopyExF(SDL_Renderer* renderer, SDL_Texture* texture, const SDL_Rect* srcrect, const SDL_FRect* dstrect, const double angle, const SDL_FPoint* center, const SDL_RendererFlip flip) +

    ˆø”

    + + + + + + + + +
    rendererƒeƒNƒXƒ`ƒƒ‚̈ꕔ‚ðƒRƒs[‚·‚郌ƒ“ƒ_ƒ‰
    textureŒ³ƒeƒNƒXƒ`ƒƒ
    srcrectƒRƒs[Œ³‚Ì’·•ûŒ`‚ւ̃|ƒCƒ“ƒ^. NULL‚Ì‚Æ‚«ƒeƒNƒXƒ`ƒƒ‘S‘Ì
    dstrectƒRƒs[æ‚Ì’·•ûŒ`‚ւ̃|ƒCƒ“ƒ^. NULL‚Ì‚Æ‚«ƒŒƒ“ƒ_[ƒ^[ƒQƒbƒg‘S‘Ì
    angledstrect‚ɃRƒs[‚·‚é‚Æ‚«‚̉摜‚ÌŠp“x(“x”–@EŽžŒv‰ñ‚è)
    centerdstrect‚ɃRƒs[‚·‚é‚Æ‚«‚̉摜‚̉ñ“]‚Ì’†SˆÊ’u‚ւ̃|ƒCƒ“ƒ^(NULL‚Ì‚Æ‚«dstrect.w/2, dstrect.h/2)
    flipƒeƒNƒXƒ`ƒƒ‚̏㉺¶‰E”½“]‚ð•\‚·SDL_RendererFlip
    +

    –ß‚è’l

    +¬Œ÷‚Ì‚Æ‚«0, Ž¸”s‚Ì‚Æ‚«•‰‚̐”‚̃Gƒ‰[ƒR[ƒh‚ð–ß‚·. +

    SDL Wiki‚ւ̃Šƒ“ƒN

    +SDL_RenderCopyExF - SDL Wiki +
    + + diff --git a/WhatsNew.html b/WhatsNew.html index 2b0e020..60f8509 100644 --- a/WhatsNew.html +++ b/WhatsNew.html @@ -179,7 +179,7 @@