<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>A7M</author_name>
  <author_url>https://blog.hatena.ne.jp/A7M/</author_url>
  <blog_title>C++Builder好きの秘密基地</blog_title>
  <blog_url>https://a7m.hatenablog.jp/</blog_url>
  <categories>
    <anon>C++Builder Tips</anon>
  </categories>
  <description>TPenのStyleプロパティにpsDotを設定しても1ドット間隔の点線を描画してくれない。この場合はExtCreatePen APIでジオメトリックペンを作成し、それをTPenに結びつける。 LOGBRUSH logBrush; logBrush.lbColor = RGB(0x00, 0x00, 0x00); logBrush.lbHatch = 0; logBrush.lbStyle = BS_SOLID; DWORD s[] = {1, 1}; // 1ドット間隔のジオメトリックペンを生成する HPEN hPen = ExtCreatePen(PS_GEOMETRIC | PS_END…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fa7m.hatenablog.jp%2Fentry%2F20100204%2F1265262962&quot; title=&quot;1ドット間隔の点線を描画するペンを作成する - C++Builder好きの秘密基地&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>2010-02-04 14:56:02</published>
  <title>1ドット間隔の点線を描画するペンを作成する</title>
  <type>rich</type>
  <url>https://a7m.hatenablog.jp/entry/20100204/1265262962</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
