# C1.C1Word.Canvas.StarShape

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Word_Canvas_StarShape" data-uid="C1.C1Word.Canvas.StarShape" class="text-break">StarShape Class
</h1>
  <div class="markdown level0 summary"><p>Represents a star shape of the shape container.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.C1Word.Canvas.DrawingShape.html">DrawingShape</a></div>
    <div class="level2"><a class="xref" href="C1.C1Word.Canvas.FilledShape.html">FilledShape</a></div>
    <div class="level3"><span class="xref">StarShape</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.C1Word.Objects.IRtfContent.html">IRtfContent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Word.Canvas.html">C1.C1Word.Canvas</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Word.4.8.dll</h6>
  <h5 id="C1_C1Word_Canvas_StarShape_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class StarShape : FilledShape, IRtfContent, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class StarShape
    Inherits FilledShape
    Implements IRtfContent, IEnumerable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Word_Canvas_StarShape__ctor" data-uid="C1.C1Word.Canvas.StarShape.#ctor">
          <a class="xref" href="C1.C1Word.Canvas.StarShape.-ctor.html#C1_C1Word_Canvas_StarShape__ctor">StarShape()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.C1Word.Canvas.StarShape.html">StarShape</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Canvas_StarShape__ctor_C1_C1Word_Canvas_IShapeContainer_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="C1.C1Word.Canvas.StarShape.#ctor(C1.C1Word.Canvas.IShapeContainer,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="C1.C1Word.Canvas.StarShape.-ctor.html#C1_C1Word_Canvas_StarShape__ctor_C1_C1Word_Canvas_IShapeContainer_System_Int32_System_Int32_System_Int32_System_Int32_">StarShape(IShapeContainer, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.C1Word.Canvas.StarShape.html">StarShape</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Canvas_StarShape__ctor_System_Drawing_Point_System_Drawing_Point_" data-uid="C1.C1Word.Canvas.StarShape.#ctor(System.Drawing.Point,System.Drawing.Point)">
          <a class="xref" href="C1.C1Word.Canvas.StarShape.-ctor.html#C1_C1Word_Canvas_StarShape__ctor_System_Drawing_Point_System_Drawing_Point_">StarShape(Point, Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.C1Word.Canvas.StarShape.html">StarShape</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Canvas_StarShape__ctor_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="C1.C1Word.Canvas.StarShape.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="C1.C1Word.Canvas.StarShape.-ctor.html#C1_C1Word_Canvas_StarShape__ctor_System_Int32_System_Int32_System_Int32_System_Int32_">StarShape(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.C1Word.Canvas.StarShape.html">StarShape</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
