<?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[Exportieren von GroupBox (in Bild)]]></title><description><![CDATA[<p>Hallo Leute,</p>
<p>kann mir jemand sagen wie man eine GroupBox oder vielmehr ihren Inhalt<br />
in eine bmp-Datei oder ein anderes Bildformat exportieren kann.<br />
Ich benutze eine Instrumenten-Komponente von TMS, die hat leider keine<br />
Exportmöglichkeit.</p>
<p>Gruss myerscola</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/175734/exportieren-von-groupbox-in-bild</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 01:04:18 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/175734.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 13 Mar 2007 16:32:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Exportieren von GroupBox (in Bild) on Tue, 13 Mar 2007 16:32:55 GMT]]></title><description><![CDATA[<p>Hallo Leute,</p>
<p>kann mir jemand sagen wie man eine GroupBox oder vielmehr ihren Inhalt<br />
in eine bmp-Datei oder ein anderes Bildformat exportieren kann.<br />
Ich benutze eine Instrumenten-Komponente von TMS, die hat leider keine<br />
Exportmöglichkeit.</p>
<p>Gruss myerscola</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1244824</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1244824</guid><dc:creator><![CDATA[myerscola]]></dc:creator><pubDate>Tue, 13 Mar 2007 16:32:55 GMT</pubDate></item><item><title><![CDATA[Reply to Exportieren von GroupBox (in Bild) on Tue, 13 Mar 2007 16:41:02 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">Graphics::TBitmap *bmp=new Graphics::TBitmap();
 bmp-&gt;Width=GroupBox-&gt;BoundsRect.Width();
 bmp-&gt;Height=GroupBox-&gt;BoundsRect.Height();
 bmp-&gt;Canvas-&gt;CopyRect(bmp-&gt;Canvas-&gt;ClipRect, this-&gt;Canvas,GroupBox-&gt;BoundsRect);

 //whatever
 // z.B.:
  Image1-&gt;Picture-&gt;Assign(bmp);
 //
 delete bmp;
</code></pre>
<p>Das sollte tun.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1244832</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1244832</guid><dc:creator><![CDATA[rean]]></dc:creator><pubDate>Tue, 13 Mar 2007 16:41:02 GMT</pubDate></item><item><title><![CDATA[Reply to Exportieren von GroupBox (in Bild) on Tue, 13 Mar 2007 17:05:23 GMT]]></title><description><![CDATA[<p>danke für die schnelle Antwort -es klappt</p>
<p>gruss myerscola</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1244859</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1244859</guid><dc:creator><![CDATA[myerscola]]></dc:creator><pubDate>Tue, 13 Mar 2007 17:05:23 GMT</pubDate></item></channel></rss>