<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jens Eckervogt</title>
    <description>The latest articles on DEV Community by Jens Eckervogt (@jenseckervogt).</description>
    <link>https://dev.to/jenseckervogt</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F302390%2Fe7285525-a638-4c1a-a084-1e368226952f.jpg</url>
      <title>DEV Community: Jens Eckervogt</title>
      <link>https://dev.to/jenseckervogt</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jenseckervogt"/>
    <language>en</language>
    <item>
      <title>Is it correct or wrongly? struct type* to struct type[] If I create multiple arcs or rectangles?</title>
      <dc:creator>Jens Eckervogt</dc:creator>
      <pubDate>Sat, 28 Dec 2019 19:48:36 +0000</pubDate>
      <link>https://dev.to/jenseckervogt/is-it-correct-or-wrongly-struct-type-to-struct-type-if-i-create-multiple-arcs-or-rectangles-4c8o</link>
      <guid>https://dev.to/jenseckervogt/is-it-correct-or-wrongly-struct-type-to-struct-type-if-i-create-multiple-arcs-or-rectangles-4c8o</guid>
      <description>&lt;p&gt;Hello everyone, &lt;/p&gt;

&lt;p&gt;Can I have to give question about drawing multiple rectangles or arcs whatever do you want...&lt;/p&gt;

&lt;p&gt;public unsafe static void draw_arcs(..., Arc[] arcs, int num_arcs)&lt;br&gt;
{&lt;br&gt;
...&lt;br&gt;
fixed (Arc* _arcs = arcs)&lt;br&gt;
{&lt;br&gt;
    // m_draw_arcs is an internal method from my dll/so&lt;br&gt;
    m_draw_arcs(display, window, context, _arcs, num_arcs);&lt;br&gt;
}&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;Do you think I am wrong for C#?&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;

</description>
      <category>csharp</category>
    </item>
  </channel>
</rss>
