<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to use Graphics in Control panel drawing in Graphics</title>
    <link>https://community.intel.com/t5/Graphics/How-to-use-Graphics-in-Control-panel-drawing/m-p/728578#M86111</link>
    <description>&lt;P&gt;Hello ICONT10,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for posting on the Intel® communities.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please let us know with more details what would you like to do or what would you like to know about the drivers to better assist you?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you developing customized software?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adrian M.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;A Contingent Worker at Intel&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jan 2020 06:47:42 GMT</pubDate>
    <dc:creator>AdrianM_Intel</dc:creator>
    <dc:date>2020-01-28T06:47:42Z</dc:date>
    <item>
      <title>How to use Graphics in Control panel drawing</title>
      <link>https://community.intel.com/t5/Graphics/How-to-use-Graphics-in-Control-panel-drawing/m-p/728577#M86110</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I am New user in this forum. We are manufacturer control panel. but panel programme develop in graphic. so tell me how to use ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://ikcontrols.com/" target="_self" alt="http://ikcontrols.com/"&gt;&lt;/A&gt;&lt;A href="http://ikcontrols.com"&gt;http://ikcontrols.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 17:44:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/How-to-use-Graphics-in-Control-panel-drawing/m-p/728577#M86110</guid>
      <dc:creator>ICONT10</dc:creator>
      <dc:date>2020-01-27T17:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Graphics in Control panel drawing</title>
      <link>https://community.intel.com/t5/Graphics/How-to-use-Graphics-in-Control-panel-drawing/m-p/728578#M86111</link>
      <description>&lt;P&gt;Hello ICONT10,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for posting on the Intel® communities.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please let us know with more details what would you like to do or what would you like to know about the drivers to better assist you?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you developing customized software?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adrian M.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;A Contingent Worker at Intel&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 06:47:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/How-to-use-Graphics-in-Control-panel-drawing/m-p/728578#M86111</guid>
      <dc:creator>AdrianM_Intel</dc:creator>
      <dc:date>2020-01-28T06:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Graphics in Control panel drawing</title>
      <link>https://community.intel.com/t5/Graphics/How-to-use-Graphics-in-Control-panel-drawing/m-p/728579#M86112</link>
      <description>&lt;P&gt;To obtain a reference to a Graphics object from the PaintEventArgs in the Paint event&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Declare the&amp;nbsp;Graphics&amp;nbsp;object.&lt;/LI&gt;&lt;LI&gt;Assign the variable to refer to the&amp;nbsp;Graphics&amp;nbsp;object passed as part of the&amp;nbsp;PaintEventArgs.&lt;/LI&gt;&lt;LI&gt;Insert code to paint the form or control.&lt;/LI&gt;&lt;LI&gt;The following example shows how to reference a&amp;nbsp;Graphics&amp;nbsp;object from the&amp;nbsp;PaintEventArgs&amp;nbsp;in the&amp;nbsp;Paint&amp;nbsp;event:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;private void Form1_Paint(object sender,   &lt;/P&gt;&lt;P&gt;   System.Windows.Forms.PaintEventArgs pe)   &lt;/P&gt;&lt;P&gt;{  &lt;/P&gt;&lt;P&gt;   // Declares the Graphics object and sets it to the Graphics object  &lt;/P&gt;&lt;P&gt;   // supplied in the PaintEventArgs.  &lt;/P&gt;&lt;P&gt;   Graphics g = pe.Graphics;  &lt;/P&gt;&lt;P&gt;   // Insert code to paint the form here.  &lt;/P&gt;&lt;P&gt;}  &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 21:45:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/How-to-use-Graphics-in-Control-panel-drawing/m-p/728579#M86112</guid>
      <dc:creator>Max44</dc:creator>
      <dc:date>2020-01-28T21:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Graphics in Control panel drawing</title>
      <link>https://community.intel.com/t5/Graphics/How-to-use-Graphics-in-Control-panel-drawing/m-p/728580#M86113</link>
      <description>&lt;P&gt;Hello ICONT10,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To&amp;nbsp;better&amp;nbsp;assist&amp;nbsp;you,&amp;nbsp;we&amp;nbsp;recommend&amp;nbsp;that&amp;nbsp;you&amp;nbsp;submit&amp;nbsp;your&amp;nbsp;question&amp;nbsp;on&amp;nbsp;the&amp;nbsp;Intel®&amp;nbsp;Developer&amp;nbsp;Zone.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please&amp;nbsp;register, and&amp;nbsp;create&amp;nbsp;an&amp;nbsp;account&amp;nbsp;so&amp;nbsp;that&amp;nbsp;you&amp;nbsp;can&amp;nbsp;receive&amp;nbsp;further support.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel®&amp;nbsp;Developer&amp;nbsp;Zone&amp;nbsp;-&amp;nbsp;Contact&amp;nbsp;Page&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/support" target="_self" alt="https://software.intel.com/en-us/support"&gt;&lt;/A&gt;&lt;A href="https://software.intel.com/en-us/support"&gt;https://software.intel.com/en-us/support&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adrian M.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;A Contingent Worker at Intel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 00:50:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/How-to-use-Graphics-in-Control-panel-drawing/m-p/728580#M86113</guid>
      <dc:creator>AdrianM_Intel</dc:creator>
      <dc:date>2020-01-29T00:50:59Z</dc:date>
    </item>
  </channel>
</rss>

