<?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オブジェクトの作成 基本的な描画操作はGraphicsオブジェクトに対して行う。Graphicsクラスのコンストラクタは4つあるが、クライアント領域に描画する場合は基本的に以下の2つ。hWndは描画する対象のウィンドウハンドルである。 HDC hdc = BeginPaint(hWnd, &amp;PS); Graphics graphics(hdc); または Graphics graphics(hWnd); 背景色は白であるが、他の色で初期化したい場合はClearメソッドを用いる。…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyuyarin.hatenadiary.org%2Fentry%2F20071026%2F1193324666&quot; title=&quot;VC++でGDI+ そにょ2 〜基本的な使い方〜 - 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-10-26 00:04:26</published>
  <title>VC++でGDI+ そにょ2 〜基本的な使い方〜</title>
  <type>rich</type>
  <url>https://yuyarin.hatenadiary.org/entry/20071026/1193324666</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
