# C1.C1Word.Canvas.NoneShape

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Word_Canvas_NoneShape" data-uid="C1.C1Word.Canvas.NoneShape" class="text-break">NoneShape Class
</h1>
  <div class="markdown level0 summary"><p>Represents a none (polyline) 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">NoneShape</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_NoneShape_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class NoneShape : FilledShape, IRtfContent, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class NoneShape
    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_NoneShape__ctor" data-uid="C1.C1Word.Canvas.NoneShape.#ctor">
          <a class="xref" href="C1.C1Word.Canvas.NoneShape.-ctor.html#C1_C1Word_Canvas_NoneShape__ctor">NoneShape()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.C1Word.Canvas.NoneShape.html">NoneShape</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Canvas_NoneShape__ctor_C1_C1Word_Canvas_IShapeContainer_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="C1.C1Word.Canvas.NoneShape.#ctor(C1.C1Word.Canvas.IShapeContainer,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="C1.C1Word.Canvas.NoneShape.-ctor.html#C1_C1Word_Canvas_NoneShape__ctor_C1_C1Word_Canvas_IShapeContainer_System_Int32_System_Int32_System_Int32_System_Int32_">NoneShape(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.NoneShape.html">NoneShape</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Canvas_NoneShape__ctor_System_Drawing_Point_System_Drawing_Point_" data-uid="C1.C1Word.Canvas.NoneShape.#ctor(System.Drawing.Point,System.Drawing.Point)">
          <a class="xref" href="C1.C1Word.Canvas.NoneShape.-ctor.html#C1_C1Word_Canvas_NoneShape__ctor_System_Drawing_Point_System_Drawing_Point_">NoneShape(Point, Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.C1Word.Canvas.NoneShape.html">NoneShape</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Canvas_NoneShape__ctor_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="C1.C1Word.Canvas.NoneShape.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="C1.C1Word.Canvas.NoneShape.-ctor.html#C1_C1Word_Canvas_NoneShape__ctor_System_Int32_System_Int32_System_Int32_System_Int32_">NoneShape(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.NoneShape.html">NoneShape</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</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_NoneShape_SegmentInfo" data-uid="C1.C1Word.Canvas.NoneShape.SegmentInfo">
          <a class="xref" href="C1.C1Word.Canvas.NoneShape.SegmentInfo.html#C1_C1Word_Canvas_NoneShape_SegmentInfo">SegmentInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the segment info pointer of this <a class="xref" href="C1.C1Word.Canvas.NoneShape.html">NoneShape</a> (polyline).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Canvas_NoneShape_Verticies" data-uid="C1.C1Word.Canvas.NoneShape.Verticies">
          <a class="xref" href="C1.C1Word.Canvas.NoneShape.Verticies.html#C1_C1Word_Canvas_NoneShape_Verticies">Verticies</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the verticies of this <a class="xref" href="C1.C1Word.Canvas.NoneShape.html">NoneShape</a> (polyline).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
