<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Rechteck auf TBitmap malen&#x2F;zeichnen]]></title><description><![CDATA[<p>nur gehts imo nicht...irgendwas muss ich vergessen haben ...<br />
Seht ihr das was ich nicht sehe? ^^</p>
<pre><code class="language-cpp">Stadt x;
  x.x = X-&gt;Text.ToInt();
  x.y = Y-&gt;Text.ToInt();
  x.name = Name-&gt;Text;
  Staedte.push_back(x);

//Quadrant ist das Bitmap

    int groesse = 100;
    Quadrant-&gt;Canvas-&gt;MoveTo(Staedte[Staedte.size()].x,Staedte[Staedte.size()].y);
    Quadrant-&gt;Canvas-&gt;Brush-&gt;Color = clBlack;
    Quadrant-&gt;Canvas-&gt;Pen-&gt;Color = clBlack;
    Quadrant-&gt;Canvas-&gt;FillRect(Rect(Staedte[Staedte.size()].x-groesse,Staedte[Staedte.size()].y-groesse,Staedte[Staedte.size()].x+groesse,Staedte[Staedte.size()].y+groesse));

    Status-&gt;Panels-&gt;Items[0]-&gt;Text = (AnsiString)Staedte.size() + &quot; Städte&quot;;
</code></pre>
<p>thx</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/189403/rechteck-auf-tbitmap-malen-zeichnen</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 06:40:17 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/189403.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 12 Aug 2007 16:32:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Rechteck auf TBitmap malen&#x2F;zeichnen on Sun, 12 Aug 2007 16:32:16 GMT]]></title><description><![CDATA[<p>nur gehts imo nicht...irgendwas muss ich vergessen haben ...<br />
Seht ihr das was ich nicht sehe? ^^</p>
<pre><code class="language-cpp">Stadt x;
  x.x = X-&gt;Text.ToInt();
  x.y = Y-&gt;Text.ToInt();
  x.name = Name-&gt;Text;
  Staedte.push_back(x);

//Quadrant ist das Bitmap

    int groesse = 100;
    Quadrant-&gt;Canvas-&gt;MoveTo(Staedte[Staedte.size()].x,Staedte[Staedte.size()].y);
    Quadrant-&gt;Canvas-&gt;Brush-&gt;Color = clBlack;
    Quadrant-&gt;Canvas-&gt;Pen-&gt;Color = clBlack;
    Quadrant-&gt;Canvas-&gt;FillRect(Rect(Staedte[Staedte.size()].x-groesse,Staedte[Staedte.size()].y-groesse,Staedte[Staedte.size()].x+groesse,Staedte[Staedte.size()].y+groesse));

    Status-&gt;Panels-&gt;Items[0]-&gt;Text = (AnsiString)Staedte.size() + &quot; Städte&quot;;
</code></pre>
<p>thx</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1343234</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1343234</guid><dc:creator><![CDATA[Dragonfire]]></dc:creator><pubDate>Sun, 12 Aug 2007 16:32:16 GMT</pubDate></item><item><title><![CDATA[Reply to Rechteck auf TBitmap malen&#x2F;zeichnen on Sun, 12 Aug 2007 17:20:16 GMT]]></title><description><![CDATA[<p>habs gefunden thx.</p>
<p>das -1 hat gefehlt ^^</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1343258</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1343258</guid><dc:creator><![CDATA[Dragonfire]]></dc:creator><pubDate>Sun, 12 Aug 2007 17:20:16 GMT</pubDate></item></channel></rss>