# C1.iOS.Core.C1CompositeIcon

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_iOS_Core_C1CompositeIcon" data-uid="C1.iOS.Core.C1CompositeIcon" class="text-break">C1CompositeIcon Class
</h1>
  <div class="markdown level0 summary"><p>Represent an icon created from a list of icons superposed one on top of the other.</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.iOS.Core.C1View.html">C1View</a></div>
    <div class="level2"><a class="xref" href="C1.iOS.Core.C1Icon.html">C1Icon</a></div>
    <div class="level3"><span class="xref">C1CompositeIcon</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.iOS.Core.IDependencyObject.html">IDependencyObject</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.iOS.Core.html">C1.iOS.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.iOS.Core.dll</h6>
  <h5 id="C1_iOS_Core_C1CompositeIcon_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1CompositeIcon : C1Icon, IDependencyObject, ICloneable, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1CompositeIcon
    Inherits C1Icon
    Implements IDependencyObject, ICloneable, INotifyPropertyChanged</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_iOS_Core_C1CompositeIcon__ctor" data-uid="C1.iOS.Core.C1CompositeIcon.#ctor">
          <a class="xref" href="C1.iOS.Core.C1CompositeIcon.-ctor.html#C1_iOS_Core_C1CompositeIcon__ctor">C1CompositeIcon()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.iOS.Core.C1CompositeIcon.html">C1CompositeIcon</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CompositeIcon__ctor_CoreGraphics_CGRect_" data-uid="C1.iOS.Core.C1CompositeIcon.#ctor(CoreGraphics.CGRect)">
          <a class="xref" href="C1.iOS.Core.C1CompositeIcon.-ctor.html#C1_iOS_Core_C1CompositeIcon__ctor_CoreGraphics_CGRect_">C1CompositeIcon(CGRect)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.iOS.Core.C1CompositeIcon.html">C1CompositeIcon</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CompositeIcon__ctor_System_IntPtr_" data-uid="C1.iOS.Core.C1CompositeIcon.#ctor(System.IntPtr)">
          <a class="xref" href="C1.iOS.Core.C1CompositeIcon.-ctor.html#C1_iOS_Core_C1CompositeIcon__ctor_System_IntPtr_">C1CompositeIcon(nint)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.iOS.Core.C1CompositeIcon.html">C1CompositeIcon</a> class.</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_iOS_Core_C1CompositeIcon_Icons" data-uid="C1.iOS.Core.C1CompositeIcon.Icons">
          <a class="xref" href="C1.iOS.Core.C1CompositeIcon.Icons.html#C1_iOS_Core_C1CompositeIcon_Icons">Icons</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of icons that will be rendered.</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_iOS_Core_C1CompositeIcon_Clone" data-uid="C1.iOS.Core.C1CompositeIcon.Clone">
          <a class="xref" href="C1.iOS.Core.C1CompositeIcon.Clone.html#C1_iOS_Core_C1CompositeIcon_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a copy of the icon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CompositeIcon_CloneOverride" data-uid="C1.iOS.Core.C1CompositeIcon.CloneOverride">
          <a class="xref" href="C1.iOS.Core.C1CompositeIcon.CloneOverride.html#C1_iOS_Core_C1CompositeIcon_CloneOverride">CloneOverride()</a>
        </td>
        <td class="markdown level1 summary"><p>When overridden, it creates a copy of the icon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CompositeIcon_Dispose_System_Boolean_" data-uid="C1.iOS.Core.C1CompositeIcon.Dispose(System.Boolean)">
          <a class="xref" href="C1.iOS.Core.C1CompositeIcon.Dispose.html#C1_iOS_Core_C1CompositeIcon_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CompositeIcon_GetIntrinsicIconSize" data-uid="C1.iOS.Core.C1CompositeIcon.GetIntrinsicIconSize">
          <a class="xref" href="C1.iOS.Core.C1CompositeIcon.GetIntrinsicIconSize.html#C1_iOS_Core_C1CompositeIcon_GetIntrinsicIconSize">GetIntrinsicIconSize()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the intrinsic size of the icon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CompositeIcon_LayoutSubviews" data-uid="C1.iOS.Core.C1CompositeIcon.LayoutSubviews">
          <a class="xref" href="C1.iOS.Core.C1CompositeIcon.LayoutSubviews.html#C1_iOS_Core_C1CompositeIcon_LayoutSubviews">LayoutSubviews()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CompositeIcon_MovedToWindow" data-uid="C1.iOS.Core.C1CompositeIcon.MovedToWindow">
          <a class="xref" href="C1.iOS.Core.C1CompositeIcon.MovedToWindow.html#C1_iOS_Core_C1CompositeIcon_MovedToWindow">MovedToWindow()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CompositeIcon_OnPropertyChanged_System_String_" data-uid="C1.iOS.Core.C1CompositeIcon.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.iOS.Core.C1CompositeIcon.OnPropertyChanged.html#C1_iOS_Core_C1CompositeIcon_OnPropertyChanged_System_String_">OnPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a property changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CompositeIcon_OnRenderHeightChanged_System_Double_System_Double_" data-uid="C1.iOS.Core.C1CompositeIcon.OnRenderHeightChanged(System.Double,System.Double)">
          <a class="xref" href="C1.iOS.Core.C1CompositeIcon.OnRenderHeightChanged.html#C1_iOS_Core_C1CompositeIcon_OnRenderHeightChanged_System_Double_System_Double_">OnRenderHeightChanged(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when <a class="xref" href="C1.iOS.Core.C1Icon.RenderHeightProperty.html">RenderHeightProperty</a> changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CompositeIcon_OnRenderWidthChanged_System_Double_System_Double_" data-uid="C1.iOS.Core.C1CompositeIcon.OnRenderWidthChanged(System.Double,System.Double)">
          <a class="xref" href="C1.iOS.Core.C1CompositeIcon.OnRenderWidthChanged.html#C1_iOS_Core_C1CompositeIcon_OnRenderWidthChanged_System_Double_System_Double_">OnRenderWidthChanged(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when <a class="xref" href="C1.iOS.Core.C1Icon.RenderWidthProperty.html">RenderWidthProperty</a> changed.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_iOS_Core_C1CompositeIcon_PropertyChanged" data-uid="C1.iOS.Core.C1CompositeIcon.PropertyChanged">
          <a class="xref" href="C1.iOS.Core.C1CompositeIcon.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when property changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
