<?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[Image1-&amp;gt;Canvas-&amp;gt;Pen-&amp;gt;Width]]></title><description><![CDATA[<p>Hallo,<br />
void __fastcall TForm1::Image1MouseMove(TObject *Sender, TShiftState Shift,<br />
int X, int Y)<br />
{<br />
Image1-&gt;Canvas-&gt;Pen-&gt;Width = 10;<br />
<div class="plugin-markdown"><input type="checkbox" id="checkbox184501" checked="true" /><label for="checkbox184501">[Y] = clBlack;</label></div><br />
}<br />
Die Eigenschaft Width wird nicht verändert.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/79549/image1-gt-canvas-gt-pen-gt-width</link><generator>RSS for Node</generator><lastBuildDate>Tue, 30 Jun 2026 00:58:08 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/79549.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 12 Jul 2004 13:47:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Image1-&amp;gt;Canvas-&amp;gt;Pen-&amp;gt;Width on Mon, 12 Jul 2004 13:47:31 GMT]]></title><description><![CDATA[<p>Hallo,<br />
void __fastcall TForm1::Image1MouseMove(TObject *Sender, TShiftState Shift,<br />
int X, int Y)<br />
{<br />
Image1-&gt;Canvas-&gt;Pen-&gt;Width = 10;<br />
<div class="plugin-markdown"><input type="checkbox" id="checkbox184501" checked="true" /><label for="checkbox184501">[Y] = clBlack;</label></div><br />
}<br />
Die Eigenschaft Width wird nicht verändert.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/558909</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/558909</guid><dc:creator><![CDATA[hermes]]></dc:creator><pubDate>Mon, 12 Jul 2004 13:47:31 GMT</pubDate></item><item><title><![CDATA[Reply to Image1-&amp;gt;Canvas-&amp;gt;Pen-&amp;gt;Width on Mon, 12 Jul 2004 13:54:28 GMT]]></title><description><![CDATA[<p>Wenn du die Pixel direkt setzt (Pixels[x][y]) werden Pen und Brush nicht benutzt. Die spielen nur bei den Zeichenfunktionen von TCanvas wie <em>LineTo</em> eine Rolle.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/558913</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/558913</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Mon, 12 Jul 2004 13:54:28 GMT</pubDate></item></channel></rss>