# GrapeCity.Documents.Layout.Composition.View

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Layout_Composition_View" data-uid="GrapeCity.Documents.Layout.Composition.View" class="text-break">View Class
</h1>
  <div class="markdown level0 summary"><p>Represents a <a class="xref" href="GrapeCity.Documents.Layout.Composition.Layer.html">Layer</a> with an associated <a class="xref" href="GrapeCity.Documents.Layout.LayoutView.html">LayoutView</a> object and transformation.</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="GrapeCity.Documents.Layout.Composition.Layer.html">Layer</a></div>
    <div class="level2"><span class="xref">View</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Layout.Composition.html">GrapeCity.Documents.Layout.Composition</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Layout_Composition_View_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class View : Layer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class View
    Inherits Layer</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="GrapeCity_Documents_Layout_Composition_View_Height" data-uid="GrapeCity.Documents.Layout.Composition.View.Height">
          <a class="xref" href="GrapeCity.Documents.Layout.Composition.View.Height.html#GrapeCity_Documents_Layout_Composition_View_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height of the associated <a class="xref" href="GrapeCity.Documents.Layout.LayoutView.html">LayoutView</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_Composition_View_LayoutView" data-uid="GrapeCity.Documents.Layout.Composition.View.LayoutView">
          <a class="xref" href="GrapeCity.Documents.Layout.Composition.View.LayoutView.html#GrapeCity_Documents_Layout_Composition_View_LayoutView">LayoutView</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the associated <a class="xref" href="GrapeCity.Documents.Layout.LayoutView.html">LayoutView</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_Composition_View_Transform" data-uid="GrapeCity.Documents.Layout.Composition.View.Transform">
          <a class="xref" href="GrapeCity.Documents.Layout.Composition.View.Transform.html#GrapeCity_Documents_Layout_Composition_View_Transform">Transform</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the transformation matrix of the current <a class="xref" href="GrapeCity.Documents.Layout.Composition.View.html">View</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_Composition_View_Width" data-uid="GrapeCity.Documents.Layout.Composition.View.Width">
          <a class="xref" href="GrapeCity.Documents.Layout.Composition.View.Width.html#GrapeCity_Documents_Layout_Composition_View_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the associated <a class="xref" href="GrapeCity.Documents.Layout.LayoutView.html">LayoutView</a>.</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="GrapeCity_Documents_Layout_Composition_View_Detach" data-uid="GrapeCity.Documents.Layout.Composition.View.Detach">
          <a class="xref" href="GrapeCity.Documents.Layout.Composition.View.Detach.html#GrapeCity_Documents_Layout_Composition_View_Detach">Detach()</a>
        </td>
        <td class="markdown level1 summary"><p>Detaches this <a class="xref" href="GrapeCity.Documents.Layout.Composition.View.html">View</a> from the owner <a class="xref" href="GrapeCity.Documents.Layout.Composition.Surface.html">Surface</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_Composition_View_GetSpace_System_Int32_" data-uid="GrapeCity.Documents.Layout.Composition.View.GetSpace(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Layout.Composition.View.GetSpace.html#GrapeCity_Documents_Layout_Composition_View_GetSpace_System_Int32_">GetSpace(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for a <a class="xref" href="GrapeCity.Documents.Layout.Composition.Space.html">Space</a> or <a class="xref" href="GrapeCity.Documents.Layout.Composition.View.html">View</a> with the given space ID.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_Composition_View_ResetTransform" data-uid="GrapeCity.Documents.Layout.Composition.View.ResetTransform">
          <a class="xref" href="GrapeCity.Documents.Layout.Composition.View.ResetTransform.html#GrapeCity_Documents_Layout_Composition_View_ResetTransform">ResetTransform()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the transformation matrix to the base <a class="xref" href="GrapeCity.Documents.Layout.Composition.View.html">View</a> transformation or to <a class="xref" href="GrapeCity.Documents.Common.Matrix.Identity.html">Identity</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_Composition_View_Rotate_System_Single_" data-uid="GrapeCity.Documents.Layout.Composition.View.Rotate(System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.Composition.View.Rotate.html#GrapeCity_Documents_Layout_Composition_View_Rotate_System_Single_">Rotate(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies a rotation transformation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_Composition_View_Scale_System_Single_" data-uid="GrapeCity.Documents.Layout.Composition.View.Scale(System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.Composition.View.Scale.html#GrapeCity_Documents_Layout_Composition_View_Scale_System_Single_">Scale(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies a scaling transformation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_Composition_View_Scale_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.Composition.View.Scale(System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.Composition.View.Scale.html#GrapeCity_Documents_Layout_Composition_View_Scale_System_Single_System_Single_">Scale(float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies a scaling transformation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_Composition_View_SetTransform_GrapeCity_Documents_Common_Matrix_" data-uid="GrapeCity.Documents.Layout.Composition.View.SetTransform(GrapeCity.Documents.Common.Matrix)">
          <a class="xref" href="GrapeCity.Documents.Layout.Composition.View.SetTransform.html#GrapeCity_Documents_Layout_Composition_View_SetTransform_GrapeCity_Documents_Common_Matrix_">SetTransform(Matrix)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns a transformation matrix to this <a class="xref" href="GrapeCity.Documents.Layout.Composition.View.html">View</a> relative to the <a class="xref" href="GrapeCity.Documents.Layout.Composition.Surface.html">Surface</a> or the base <a class="xref" href="GrapeCity.Documents.Layout.Composition.View.html">View</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_Composition_View_Skew_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.Composition.View.Skew(System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.Composition.View.Skew.html#GrapeCity_Documents_Layout_Composition_View_Skew_System_Single_System_Single_">Skew(float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies a skew transformation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_Composition_View_Translate_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.Composition.View.Translate(System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.Composition.View.Translate.html#GrapeCity_Documents_Layout_Composition_View_Translate_System_Single_System_Single_">Translate(float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies a translation transformation.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
