# C1.WPF.Word.DrawingElementEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Word_DrawingElementEventArgs" data-uid="C1.WPF.Word.DrawingElementEventArgs" class="text-break">DrawingElementEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides parameters for the <a class="xref" href="C1.WPF.Word.C1WordDocument.DrawingElement.html">DrawingElement</a> event.</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="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">DrawingElementEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Word.html">C1.WPF.Word</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Word.4.6.2.dll</h6>
  <h5 id="C1_WPF_Word_DrawingElementEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DrawingElementEventArgs : EventArgs</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_WPF_Word_DrawingElementEventArgs__ctor_System_Windows_FrameworkElement_System_Windows_FrameworkElement_System_Windows_Rect_System_Windows_Media_Transform_" data-uid="C1.WPF.Word.DrawingElementEventArgs.#ctor(System.Windows.FrameworkElement,System.Windows.FrameworkElement,System.Windows.Rect,System.Windows.Media.Transform)">
          <a class="xref" href="C1.WPF.Word.DrawingElementEventArgs.-ctor.html#C1_WPF_Word_DrawingElementEventArgs__ctor_System_Windows_FrameworkElement_System_Windows_FrameworkElement_System_Windows_Rect_System_Windows_Media_Transform_">DrawingElementEventArgs(FrameworkElement, FrameworkElement, Rect, Transform)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.Word.DrawingElementEventArgs.html">DrawingElementEventArgs</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_WPF_Word_DrawingElementEventArgs_Bounds" data-uid="C1.WPF.Word.DrawingElementEventArgs.Bounds">
          <a class="xref" href="C1.WPF.Word.DrawingElementEventArgs.Bounds.html#C1_WPF_Word_DrawingElementEventArgs_Bounds">Bounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the coordinates, in logical pixels, of the element being rendered.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_DrawingElementEventArgs_DocumentTransform" data-uid="C1.WPF.Word.DrawingElementEventArgs.DocumentTransform">
          <a class="xref" href="C1.WPF.Word.DrawingElementEventArgs.DocumentTransform.html#C1_WPF_Word_DrawingElementEventArgs_DocumentTransform">DocumentTransform</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.transform">Transform</a> used to convert coordinates between logical pixels and PDF page units (points).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_DrawingElementEventArgs_Element" data-uid="C1.WPF.Word.DrawingElementEventArgs.Element">
          <a class="xref" href="C1.WPF.Word.DrawingElementEventArgs.Element.html#C1_WPF_Word_DrawingElementEventArgs_Element">Element</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a reference to the element being rendered.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_DrawingElementEventArgs_Handled" data-uid="C1.WPF.Word.DrawingElementEventArgs.Handled">
          <a class="xref" href="C1.WPF.Word.DrawingElementEventArgs.Handled.html#C1_WPF_Word_DrawingElementEventArgs_Handled">Handled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the event handler has rendered the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_DrawingElementEventArgs_Root" data-uid="C1.WPF.Word.DrawingElementEventArgs.Root">
          <a class="xref" href="C1.WPF.Word.DrawingElementEventArgs.Root.html#C1_WPF_Word_DrawingElementEventArgs_Root">Root</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a reference to the root of the element being rendered.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
