# C1.Win.Map.MarkerImageShape

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Map_MarkerImageShape" data-uid="C1.Win.Map.MarkerImageShape" class="text-break">MarkerImageShape Class
</h1>
  <div class="markdown level0 summary"><p>Represents a custom marker shape which is an image.</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.Win.Map.NotifyObject.html">NotifyObject</a></div>
    <div class="level2"><a class="xref" href="C1.Win.Map.CustomShape.html">CustomShape</a></div>
    <div class="level3"><span class="xref">MarkerImageShape</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Map.html">C1.Win.Map</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Map.10.dll</h6>
  <h5 id="C1_Win_Map_MarkerImageShape_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MarkerImageShape : CustomShape</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MarkerImageShape
    Inherits CustomShape</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_Win_Map_MarkerImageShape__ctor" data-uid="C1.Win.Map.MarkerImageShape.#ctor">
          <a class="xref" href="C1.Win.Map.MarkerImageShape.-ctor.html#C1_Win_Map_MarkerImageShape__ctor">MarkerImageShape()</a>
        </td>
        <td class="markdown level1 summary"></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_Win_Map_MarkerImageShape_Image" data-uid="C1.Win.Map.MarkerImageShape.Image">
          <a class="xref" href="C1.Win.Map.MarkerImageShape.Image.html#C1_Win_Map_MarkerImageShape_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image of the shape.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_MarkerImageShape_PinPoint" data-uid="C1.Win.Map.MarkerImageShape.PinPoint">
          <a class="xref" href="C1.Win.Map.MarkerImageShape.PinPoint.html#C1_Win_Map_MarkerImageShape_PinPoint">PinPoint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a point indicating the pin point of the image.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Map_MarkerImageShape_Draw_System_Drawing_Graphics_System_Drawing_RectangleF_C1_Win_Map_Style_" data-uid="C1.Win.Map.MarkerImageShape.Draw(System.Drawing.Graphics,System.Drawing.RectangleF,C1.Win.Map.Style)">
          <a class="xref" href="C1.Win.Map.MarkerImageShape.Draw.html#C1_Win_Map_MarkerImageShape_Draw_System_Drawing_Graphics_System_Drawing_RectangleF_C1_Win_Map_Style_">Draw(Graphics, RectangleF, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the custom shape at specified bounds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_MarkerImageShape_GetDrawingBounds_System_Drawing_Graphics_System_Drawing_RectangleF_C1_Win_Map_Style_" data-uid="C1.Win.Map.MarkerImageShape.GetDrawingBounds(System.Drawing.Graphics,System.Drawing.RectangleF,C1.Win.Map.Style)">
          <a class="xref" href="C1.Win.Map.MarkerImageShape.GetDrawingBounds.html#C1_Win_Map_MarkerImageShape_GetDrawingBounds_System_Drawing_Graphics_System_Drawing_RectangleF_C1_Win_Map_Style_">GetDrawingBounds(Graphics, RectangleF, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the drawing bounds of the shape.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
