# C1.Win.Accessibility.Items.BaseInterfaces.IUiaTransformProvider

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaTransformProvider" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaTransformProvider" class="text-break">IUiaTransformProvider Interface
</h1>
  <div class="markdown level0 summary"><p>Expose an element's ability to change its on-screen position, size or orientation</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Accessibility.Items.BaseInterfaces.html">C1.Win.Accessibility.Items.BaseInterfaces</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaTransformProvider_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IUiaTransformProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IUiaTransformProvider</code></pre>
  </div>
  <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_Accessibility_Items_BaseInterfaces_IUiaTransformProvider_CanMove" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaTransformProvider.CanMove">
          <a class="xref" href="C1.Win.Accessibility.Items.BaseInterfaces.IUiaTransformProvider.CanMove.html#C1_Win_Accessibility_Items_BaseInterfaces_IUiaTransformProvider_CanMove">CanMove</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the element can be moved otherwise returns false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaTransformProvider_CanResize" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaTransformProvider.CanResize">
          <a class="xref" href="C1.Win.Accessibility.Items.BaseInterfaces.IUiaTransformProvider.CanResize.html#C1_Win_Accessibility_Items_BaseInterfaces_IUiaTransformProvider_CanResize">CanResize</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the element can be resized otherwise returns false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaTransformProvider_CanRotate" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaTransformProvider.CanRotate">
          <a class="xref" href="C1.Win.Accessibility.Items.BaseInterfaces.IUiaTransformProvider.CanRotate.html#C1_Win_Accessibility_Items_BaseInterfaces_IUiaTransformProvider_CanRotate">CanRotate</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the element can be rotated otherwise returns false.</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_Accessibility_Items_BaseInterfaces_IUiaTransformProvider_Move_System_Double_System_Double_" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaTransformProvider.Move(System.Double,System.Double)">
          <a class="xref" href="C1.Win.Accessibility.Items.BaseInterfaces.IUiaTransformProvider.Move.html#C1_Win_Accessibility_Items_BaseInterfaces_IUiaTransformProvider_Move_System_Double_System_Double_">Move(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Used to adjust an element's current location. The x, and y parameters represent the<br>
absolute on-screen position of the top-left corner in pixels, not the delta between the
desired location and the window's current location.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaTransformProvider_Resize_System_Double_System_Double_" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaTransformProvider.Resize(System.Double,System.Double)">
          <a class="xref" href="C1.Win.Accessibility.Items.BaseInterfaces.IUiaTransformProvider.Resize.html#C1_Win_Accessibility_Items_BaseInterfaces_IUiaTransformProvider_Resize_System_Double_System_Double_">Resize(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Used to modify element's on-screen dimensions (affects the
BoundingRectangle and BoundingGeometry properties)
When called on a split pane, it may have the side-effect of resizing
other surrounding panes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaTransformProvider_Rotate_System_Double_" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaTransformProvider.Rotate(System.Double)">
          <a class="xref" href="C1.Win.Accessibility.Items.BaseInterfaces.IUiaTransformProvider.Rotate.html#C1_Win_Accessibility_Items_BaseInterfaces_IUiaTransformProvider_Rotate_System_Double_">Rotate(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Rotate the element the specified number of degrees.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
