# C1.FlexMap.VectorPoint

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_FlexMap_VectorPoint" data-uid="C1.FlexMap.VectorPoint" class="text-break">VectorPoint Class
</h1>
  <div class="markdown level0 summary"><p>Internal used. Represents a visible point in the <span class="xref">C1.FlexMap.VectorPlacemark</span>.</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"><span class="xref">VectorPoint</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.FlexMap.html">C1.FlexMap</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Map.10.dll</h6>
  <h5 id="C1_FlexMap_VectorPoint_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class VectorPoint</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class VectorPoint</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_FlexMap_VectorPoint__ctor_C1_Win_Interop_Point_" data-uid="C1.FlexMap.VectorPoint.#ctor(C1.Win.Interop.Point)">
          <a class="xref" href="C1.FlexMap.VectorPoint.-ctor.html#C1_FlexMap_VectorPoint__ctor_C1_Win_Interop_Point_">VectorPoint(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="C1.FlexMap.VectorPoint.html">VectorPoint</a> object.</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_FlexMap_VectorPoint_LabelBounds" data-uid="C1.FlexMap.VectorPoint.LabelBounds">
          <a class="xref" href="C1.FlexMap.VectorPoint.LabelBounds.html#C1_FlexMap_VectorPoint_LabelBounds">LabelBounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bounds of the label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_VectorPoint_LabelVisible" data-uid="C1.FlexMap.VectorPoint.LabelVisible">
          <a class="xref" href="C1.FlexMap.VectorPoint.LabelVisible.html#C1_FlexMap_VectorPoint_LabelVisible">LabelVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the dynamic visibility of the label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_VectorPoint_Location" data-uid="C1.FlexMap.VectorPoint.Location">
          <a class="xref" href="C1.FlexMap.VectorPoint.Location.html#C1_FlexMap_VectorPoint_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the loacation of the point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_VectorPoint_MarkerBounds" data-uid="C1.FlexMap.VectorPoint.MarkerBounds">
          <a class="xref" href="C1.FlexMap.VectorPoint.MarkerBounds.html#C1_FlexMap_VectorPoint_MarkerBounds">MarkerBounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets bounds of the marker.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_VectorPoint_ShapeBounds" data-uid="C1.FlexMap.VectorPoint.ShapeBounds">
          <a class="xref" href="C1.FlexMap.VectorPoint.ShapeBounds.html#C1_FlexMap_VectorPoint_ShapeBounds">ShapeBounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bounds of the shape.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
