<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tsubakurame-1913</author_name>
  <author_url>https://blog.hatena.ne.jp/tsubakurame-1913/</author_url>
  <blog_title>鳥の巣箱</blog_title>
  <blog_url>https://birdhouse.hateblo.jp/</blog_url>
  <categories>
    <anon>Programing</anon>
    <anon>Programing-Delphi</anon>
    <anon>Programing-Delphi-VCL</anon>
    <anon>Programing-Delphi-VCL-TImage</anon>
    <anon>Programing-Delphi-VCL-TBitmap</anon>
    <anon>Programing-Delphi-VCL-TCanvas</anon>
  </categories>
  <description>TBitmapコンポーネントなどには、そのBitmap上に線を引くために ・MoveTo(x,y) ・LineTo(x,y) というメソッドが用意されてます。MoveTo(x,y)で線の始点になる座標を指定し、LineTo(x,y)で指定した座標まで直線を描きます。また、Pen.Widthプロパティで線の太さを指定できます。 Pen.Widthプロパティに1を指定すれば1ピクセル、2を指定すれば2ピクセルの太さの線を描けます。ではこれをふまえて、以下のプログラムを見てみます。 procedure LineDraw; var Bitmap : TBitmap; begin Bitmap := T…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbirdhouse.hateblo.jp%2Fentry%2F2016%2F09%2F06%2F181954&quot; title=&quot;MoveTo、LineToメソッドで描いた線とPen.Widthの特性。。。とScanLineについて。 - 鳥の巣箱&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>https://cdn-ak.f.st-hatena.com/images/fotolife/t/tsubakurame-1913/20160906/20160906175507.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-09-06 18:19:54</published>
  <title>MoveTo、LineToメソッドで描いた線とPen.Widthの特性。。。とScanLineについて。</title>
  <type>rich</type>
  <url>https://birdhouse.hateblo.jp/entry/2016/09/06/181954</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
