<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yuyarin</author_name>
  <author_url>https://blog.hatena.ne.jp/yuyarin/</author_url>
  <blog_title>yuyarinの日記</blog_title>
  <blog_url>https://yuyarin.hatenadiary.org/</blog_url>
  <categories>
    <anon>GDI+</anon>
    <anon>Programming</anon>
  </categories>
  <description>さて、前回までで読み込んだ画像を描画しよう。描画にはGraphics::DrawImageメソッドを用る。リファレンスのままだと使いにくいので、目的別に分類してみる。 dstは描画先の画像、srcは描画する画像を意味する。メソッドの返値はすべてStatusである。デフォルト引数は見本からは省略して、その後で述べる。 単純描画 dstの左上の位置(dstX, dstY)に描画する。srcの画像は原寸大でクライアント領域に収まる分だけ描画される。 DrawImage(Image *srcImage, INT dstX, INTdstY); DrawImage(Image *srcImage, RE…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyuyarin.hatenadiary.org%2Fentry%2F20071105%2F1194274573&quot; title=&quot;VC++でGDI+ そにょ5 〜画像の描画1〜 - yuyarinの日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2007-11-05 23:56:13</published>
  <title>VC++でGDI+ そにょ5 〜画像の描画1〜</title>
  <type>rich</type>
  <url>https://yuyarin.hatenadiary.org/entry/20071105/1194274573</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
