# GrapeCity.Documents.Drawing.GcGraphics

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Drawing_GcGraphics" data-uid="GrapeCity.Documents.Drawing.GcGraphics" class="text-break">GcGraphics Class
</h1>
  <div class="markdown level0 summary"><p>Abstract base class that implements a drawing surface.</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"><span class="xref">GcGraphics</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.html">GcBitmapGraphics</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.GcSvgGraphics.html">GcSvgGraphics</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Drawing.html">GrapeCity.Documents.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Drawing_GcGraphics_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class GcGraphics : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class GcGraphics
    Implements IDisposable</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="GrapeCity_Documents_Drawing_GcGraphics__ctor" data-uid="GrapeCity.Documents.Drawing.GcGraphics.#ctor">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.-ctor.html#GrapeCity_Documents_Drawing_GcGraphics__ctor">GcGraphics()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.html">GcGraphics</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="GrapeCity_Documents_Drawing_GcGraphics_BlendMode" data-uid="GrapeCity.Documents.Drawing.GcGraphics.BlendMode">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.BlendMode.html#GrapeCity_Documents_Drawing_GcGraphics_BlendMode">BlendMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current blend mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_Disposed" data-uid="GrapeCity.Documents.Drawing.GcGraphics.Disposed">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.Disposed.html#GrapeCity_Documents_Drawing_GcGraphics_Disposed">Disposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this instance of <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.html">GcGraphics</a> has been disposed and cannot be used anymore.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawTextAsPath" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawTextAsPath">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawTextAsPath.html#GrapeCity_Documents_Drawing_GcGraphics_DrawTextAsPath">DrawTextAsPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if strings and <a class="xref" href="GrapeCity.Documents.Text.TextLayout.html">TextLayout</a> objects are rendered using the graphic primitives instead of the specialized text drawing services.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_FontCollection" data-uid="GrapeCity.Documents.Drawing.GcGraphics.FontCollection">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.FontCollection.html#GrapeCity_Documents_Drawing_GcGraphics_FontCollection">FontCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="GrapeCity.Documents.Text.FontCollection.html">FontCollection</a> used by MeasureString and DrawString methods.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InterpolationMode" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InterpolationMode">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InterpolationMode.html#GrapeCity_Documents_Drawing_GcGraphics_InterpolationMode">InterpolationMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the sampling mode to use when drawing images with resizing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_Resolution" data-uid="GrapeCity.Documents.Drawing.GcGraphics.Resolution">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.Resolution.html#GrapeCity_Documents_Drawing_GcGraphics_Resolution">Resolution</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the resolution of the current graphics (pixels per inch).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_SurfaceResolution" data-uid="GrapeCity.Documents.Drawing.GcGraphics.SurfaceResolution">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.SurfaceResolution.html#GrapeCity_Documents_Drawing_GcGraphics_SurfaceResolution">SurfaceResolution</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the resolution of the underlying drawing surface (pixels per inch).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_Transform" data-uid="GrapeCity.Documents.Drawing.GcGraphics.Transform">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.Transform.html#GrapeCity_Documents_Drawing_GcGraphics_Transform">Transform</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the transformation matrix of the current graphics.</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_Drawing_GcGraphics_CheckDisposed" data-uid="GrapeCity.Documents.Drawing.GcGraphics.CheckDisposed">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.CheckDisposed.html#GrapeCity_Documents_Drawing_GcGraphics_CheckDisposed">CheckDisposed()</a>
        </td>
        <td class="markdown level1 summary"><p>Checks whether object was disposed and throws an exception in this case.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_CreateClipRegion_GrapeCity_Documents_Drawing_IPath_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.CreateClipRegion(GrapeCity.Documents.Drawing.IPath)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.CreateClipRegion.html#GrapeCity_Documents_Drawing_GcGraphics_CreateClipRegion_GrapeCity_Documents_Drawing_IPath_">CreateClipRegion(IPath)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a clip region from a graphics path.</p>
<p>
Use <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.PushClip.html#GrapeCity_Documents_Drawing_GcGraphics_PushClip_GrapeCity_Documents_Drawing_IClipRegion_">PushClip(IClipRegion)</a> and <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.PopClip.html#GrapeCity_Documents_Drawing_GcGraphics_PopClip_GrapeCity_Documents_Drawing_IClipRegion_">PopClip(IClipRegion)</a> to set/remove clipping.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_CreateClipRegion_System_Drawing_RectangleF_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.CreateClipRegion(System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.CreateClipRegion.html#GrapeCity_Documents_Drawing_GcGraphics_CreateClipRegion_System_Drawing_RectangleF_">CreateClipRegion(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a clip region from a rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_CreatePath" data-uid="GrapeCity.Documents.Drawing.GcGraphics.CreatePath">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.CreatePath.html#GrapeCity_Documents_Drawing_GcGraphics_CreatePath">CreatePath()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a graphics path.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_CreateRoundBordersPath_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_CornerRadius_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.CreateRoundBordersPath(System.Drawing.RectangleF,GrapeCity.Documents.Drawing.CornerRadius)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.CreateRoundBordersPath.html#GrapeCity_Documents_Drawing_GcGraphics_CreateRoundBordersPath_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_CornerRadius_">CreateRoundBordersPath(RectangleF, CornerRadius)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates <a class="xref" href="GrapeCity.Documents.Drawing.IPath.html">IPath</a> object representing round border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_CreateTextLayout" data-uid="GrapeCity.Documents.Drawing.GcGraphics.CreateTextLayout">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.CreateTextLayout.html#GrapeCity_Documents_Drawing_GcGraphics_CreateTextLayout">CreateTextLayout()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of <a class="xref" href="GrapeCity.Documents.Text.TextLayout.html">TextLayout</a> with the same resolution as that of the current graphics.</p>
<p>
This is the recommended way to create a TextLayout to use with a graphics.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_Dispose" data-uid="GrapeCity.Documents.Drawing.GcGraphics.Dispose">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.Dispose.html#GrapeCity_Documents_Drawing_GcGraphics_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Releases all resources used by the current <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.html">GcGraphics</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_Dispose_System_Boolean_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.Dispose(System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.Dispose.html#GrapeCity_Documents_Drawing_GcGraphics_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Disposes the current graphics.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawEllipse_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawEllipse(System.Drawing.RectangleF,GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawEllipse.html#GrapeCity_Documents_Drawing_GcGraphics_DrawEllipse_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_Pen_">DrawEllipse(RectangleF, Pen)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws an ellipse using a specified pen.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawEllipse_System_Drawing_RectangleF_System_Drawing_Color_System_Single_GrapeCity_Documents_Drawing_DashStyle_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawEllipse(System.Drawing.RectangleF,System.Drawing.Color,System.Single,GrapeCity.Documents.Drawing.DashStyle)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawEllipse.html#GrapeCity_Documents_Drawing_GcGraphics_DrawEllipse_System_Drawing_RectangleF_System_Drawing_Color_System_Single_GrapeCity_Documents_Drawing_DashStyle_">DrawEllipse(RectangleF, Color, float, DashStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws an ellipse using a specified line color, width and style.</p>
<p>
If the value of lineStyle parameter is not <a class="xref" href="GrapeCity.Documents.Drawing.DashStyle.html#GrapeCity_Documents_Drawing_DashStyle_Solid">Solid</a>, the ellipse is drawn with a <a class="xref" href="GrapeCity.Documents.Drawing.Pen.html">Pen</a>
having <a class="xref" href="GrapeCity.Documents.Drawing.Pen.LineCap.html#GrapeCity_Documents_Drawing_Pen_LineCap">LineCap</a> set to <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Square">Square</a> instead of <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Flat">Flat</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawEllipse_System_Drawing_RectangleF_System_Drawing_Color_System_Single_System_Single___" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawEllipse(System.Drawing.RectangleF,System.Drawing.Color,System.Single,System.Single[])">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawEllipse.html#GrapeCity_Documents_Drawing_GcGraphics_DrawEllipse_System_Drawing_RectangleF_System_Drawing_Color_System_Single_System_Single___">DrawEllipse(RectangleF, Color, float, float[])</a>
        </td>
        <td class="markdown level1 summary"><p>Draws an ellipse using a specified line color, width and dash pattern.</p>
<p>
If the dashPattern array contains two or more items, the ellipse is drawn with a <a class="xref" href="GrapeCity.Documents.Drawing.Pen.html">Pen</a>
having <a class="xref" href="GrapeCity.Documents.Drawing.Pen.LineCap.html#GrapeCity_Documents_Drawing_Pen_LineCap">LineCap</a> set to <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Square">Square</a> instead of <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Flat">Flat</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawImage_GrapeCity_Documents_Drawing_IImage_System_Drawing_RectangleF_System_Nullable_System_Drawing_RectangleF__GrapeCity_Documents_Drawing_ImageAlign_System_Drawing_RectangleF____System_Single_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawImage(GrapeCity.Documents.Drawing.IImage,System.Drawing.RectangleF,System.Nullable{System.Drawing.RectangleF},GrapeCity.Documents.Drawing.ImageAlign,System.Drawing.RectangleF[]@,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawImage.html#GrapeCity_Documents_Drawing_GcGraphics_DrawImage_GrapeCity_Documents_Drawing_IImage_System_Drawing_RectangleF_System_Nullable_System_Drawing_RectangleF__GrapeCity_Documents_Drawing_ImageAlign_System_Drawing_RectangleF____System_Single_">DrawImage(IImage, RectangleF, RectangleF?, ImageAlign, out RectangleF[], float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws an image using specified bounds, clipping and image alignment.</p>
<p>In an output parameter, returns the array of actual image bounds.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawImage_GrapeCity_Documents_Drawing_IImage_System_Drawing_RectangleF_System_Nullable_System_Drawing_RectangleF__GrapeCity_Documents_Drawing_ImageAlign_System_Single_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawImage(GrapeCity.Documents.Drawing.IImage,System.Drawing.RectangleF,System.Nullable{System.Drawing.RectangleF},GrapeCity.Documents.Drawing.ImageAlign,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawImage.html#GrapeCity_Documents_Drawing_GcGraphics_DrawImage_GrapeCity_Documents_Drawing_IImage_System_Drawing_RectangleF_System_Nullable_System_Drawing_RectangleF__GrapeCity_Documents_Drawing_ImageAlign_System_Single_">DrawImage(IImage, RectangleF, RectangleF?, ImageAlign, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws an image using specified bounds, clipping and image alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawLine_System_Drawing_PointF_System_Drawing_PointF_GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawLine(System.Drawing.PointF,System.Drawing.PointF,GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawLine.html#GrapeCity_Documents_Drawing_GcGraphics_DrawLine_System_Drawing_PointF_System_Drawing_PointF_GrapeCity_Documents_Drawing_Pen_">DrawLine(PointF, PointF, Pen)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a line between two points, using the specified pen.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawLine_System_Drawing_PointF_System_Drawing_PointF_System_Drawing_Color_System_Single_GrapeCity_Documents_Drawing_DashStyle_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawLine(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.Color,System.Single,GrapeCity.Documents.Drawing.DashStyle)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawLine.html#GrapeCity_Documents_Drawing_GcGraphics_DrawLine_System_Drawing_PointF_System_Drawing_PointF_System_Drawing_Color_System_Single_GrapeCity_Documents_Drawing_DashStyle_">DrawLine(PointF, PointF, Color, float, DashStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a line between two points, using a specified line color, width and style.</p>
<p>
If the value of lineStyle parameter is not <a class="xref" href="GrapeCity.Documents.Drawing.DashStyle.html#GrapeCity_Documents_Drawing_DashStyle_Solid">Solid</a>, the line is drawn with a <a class="xref" href="GrapeCity.Documents.Drawing.Pen.html">Pen</a>
having <a class="xref" href="GrapeCity.Documents.Drawing.Pen.LineCap.html#GrapeCity_Documents_Drawing_Pen_LineCap">LineCap</a> set to <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Square">Square</a> instead of <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Flat">Flat</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawLine_System_Drawing_PointF_System_Drawing_PointF_System_Drawing_Color_System_Single_System_Single___" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawLine(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.Color,System.Single,System.Single[])">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawLine.html#GrapeCity_Documents_Drawing_GcGraphics_DrawLine_System_Drawing_PointF_System_Drawing_PointF_System_Drawing_Color_System_Single_System_Single___">DrawLine(PointF, PointF, Color, float, float[])</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a line between two points, using the specified line color, width and dash pattern.</p>
<p>
If the dashPattern array contains two or more items, the line is drawn with a <a class="xref" href="GrapeCity.Documents.Drawing.Pen.html">Pen</a>
having <a class="xref" href="GrapeCity.Documents.Drawing.Pen.LineCap.html#GrapeCity_Documents_Drawing_Pen_LineCap">LineCap</a> set to <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Square">Square</a> instead of <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Flat">Flat</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawLine_System_Single_System_Single_System_Single_System_Single_GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawLine(System.Single,System.Single,System.Single,System.Single,GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawLine.html#GrapeCity_Documents_Drawing_GcGraphics_DrawLine_System_Single_System_Single_System_Single_System_Single_GrapeCity_Documents_Drawing_Pen_">DrawLine(float, float, float, float, Pen)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a line between two points, using the specified pen.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawLine_System_Single_System_Single_System_Single_System_Single_System_Drawing_Color_System_Single_GrapeCity_Documents_Drawing_DashStyle_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawLine(System.Single,System.Single,System.Single,System.Single,System.Drawing.Color,System.Single,GrapeCity.Documents.Drawing.DashStyle)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawLine.html#GrapeCity_Documents_Drawing_GcGraphics_DrawLine_System_Single_System_Single_System_Single_System_Single_System_Drawing_Color_System_Single_GrapeCity_Documents_Drawing_DashStyle_">DrawLine(float, float, float, float, Color, float, DashStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a line between two points, using a specified line color, width and style.</p>
<p>
If the value of lineStyle parameter is not <a class="xref" href="GrapeCity.Documents.Drawing.DashStyle.html#GrapeCity_Documents_Drawing_DashStyle_Solid">Solid</a>, the line is drawn with a <a class="xref" href="GrapeCity.Documents.Drawing.Pen.html">Pen</a>
having <a class="xref" href="GrapeCity.Documents.Drawing.Pen.LineCap.html#GrapeCity_Documents_Drawing_Pen_LineCap">LineCap</a> set to <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Square">Square</a> instead of <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Flat">Flat</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawLine_System_Single_System_Single_System_Single_System_Single_System_Drawing_Color_System_Single_System_Single___" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawLine(System.Single,System.Single,System.Single,System.Single,System.Drawing.Color,System.Single,System.Single[])">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawLine.html#GrapeCity_Documents_Drawing_GcGraphics_DrawLine_System_Single_System_Single_System_Single_System_Single_System_Drawing_Color_System_Single_System_Single___">DrawLine(float, float, float, float, Color, float, float[])</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a line between two points, using the specified line color, width and dash pattern.</p>
<p>
If the dashPattern array contains two or more items, the line is drawn with a <a class="xref" href="GrapeCity.Documents.Drawing.Pen.html">Pen</a>
having <a class="xref" href="GrapeCity.Documents.Drawing.Pen.LineCap.html#GrapeCity_Documents_Drawing_Pen_LineCap">LineCap</a> set to <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Square">Square</a> instead of <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Flat">Flat</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawLines_System_Drawing_PointF___GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawLines(System.Drawing.PointF[],GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawLines.html#GrapeCity_Documents_Drawing_GcGraphics_DrawLines_System_Drawing_PointF___GrapeCity_Documents_Drawing_Pen_">DrawLines(PointF[], Pen)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a series of connected lines, using a specified pen.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawLines_System_Drawing_PointF___System_Drawing_Color_System_Single_GrapeCity_Documents_Drawing_DashStyle_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawLines(System.Drawing.PointF[],System.Drawing.Color,System.Single,GrapeCity.Documents.Drawing.DashStyle)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawLines.html#GrapeCity_Documents_Drawing_GcGraphics_DrawLines_System_Drawing_PointF___System_Drawing_Color_System_Single_GrapeCity_Documents_Drawing_DashStyle_">DrawLines(PointF[], Color, float, DashStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a series of connected lines, using a specified line color, width and style.</p>
<p>
If the value of lineStyle parameter is not <a class="xref" href="GrapeCity.Documents.Drawing.DashStyle.html#GrapeCity_Documents_Drawing_DashStyle_Solid">Solid</a>, the lines are drawn with a <a class="xref" href="GrapeCity.Documents.Drawing.Pen.html">Pen</a>
having <a class="xref" href="GrapeCity.Documents.Drawing.Pen.LineCap.html#GrapeCity_Documents_Drawing_Pen_LineCap">LineCap</a> set to <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Square">Square</a> instead of <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Flat">Flat</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawLines_System_Drawing_PointF___System_Drawing_Color_System_Single_System_Single___" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawLines(System.Drawing.PointF[],System.Drawing.Color,System.Single,System.Single[])">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawLines.html#GrapeCity_Documents_Drawing_GcGraphics_DrawLines_System_Drawing_PointF___System_Drawing_Color_System_Single_System_Single___">DrawLines(PointF[], Color, float, float[])</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a series of connected lines, using a specified line style.</p>
<p>
If the dashPattern array contains two or more items, the lines are drawn with a <a class="xref" href="GrapeCity.Documents.Drawing.Pen.html">Pen</a>
having <a class="xref" href="GrapeCity.Documents.Drawing.Pen.LineCap.html#GrapeCity_Documents_Drawing_Pen_LineCap">LineCap</a> set to <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Square">Square</a> instead of <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Flat">Flat</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawPath_GrapeCity_Documents_Drawing_IPath_GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawPath(GrapeCity.Documents.Drawing.IPath,GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawPath.html#GrapeCity_Documents_Drawing_GcGraphics_DrawPath_GrapeCity_Documents_Drawing_IPath_GrapeCity_Documents_Drawing_Pen_">DrawPath(IPath, Pen)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a path using a specified pen.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawPath_GrapeCity_Documents_Drawing_IPath_System_Drawing_Color_System_Single_GrapeCity_Documents_Drawing_DashStyle_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawPath(GrapeCity.Documents.Drawing.IPath,System.Drawing.Color,System.Single,GrapeCity.Documents.Drawing.DashStyle)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawPath.html#GrapeCity_Documents_Drawing_GcGraphics_DrawPath_GrapeCity_Documents_Drawing_IPath_System_Drawing_Color_System_Single_GrapeCity_Documents_Drawing_DashStyle_">DrawPath(IPath, Color, float, DashStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a path using a specified line color, width and style.</p>
<p>
If the value of lineStyle parameter is not <a class="xref" href="GrapeCity.Documents.Drawing.DashStyle.html#GrapeCity_Documents_Drawing_DashStyle_Solid">Solid</a>, the path is drawn with a <a class="xref" href="GrapeCity.Documents.Drawing.Pen.html">Pen</a>
having <a class="xref" href="GrapeCity.Documents.Drawing.Pen.LineCap.html#GrapeCity_Documents_Drawing_Pen_LineCap">LineCap</a> set to <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Square">Square</a> instead of <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Flat">Flat</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawPath_GrapeCity_Documents_Drawing_IPath_System_Drawing_Color_System_Single_System_Single___" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawPath(GrapeCity.Documents.Drawing.IPath,System.Drawing.Color,System.Single,System.Single[])">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawPath.html#GrapeCity_Documents_Drawing_GcGraphics_DrawPath_GrapeCity_Documents_Drawing_IPath_System_Drawing_Color_System_Single_System_Single___">DrawPath(IPath, Color, float, float[])</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a path using a specified line color, width and dash pattern.</p>
<p>
If the dashPattern array contains two or more items, the path is drawn with a <a class="xref" href="GrapeCity.Documents.Drawing.Pen.html">Pen</a>
having <a class="xref" href="GrapeCity.Documents.Drawing.Pen.LineCap.html#GrapeCity_Documents_Drawing_Pen_LineCap">LineCap</a> set to <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Square">Square</a> instead of <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Flat">Flat</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawPolygon_GrapeCity_Documents_Common_Quadrilateral_GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawPolygon(GrapeCity.Documents.Common.Quadrilateral,GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawPolygon.html#GrapeCity_Documents_Drawing_GcGraphics_DrawPolygon_GrapeCity_Documents_Common_Quadrilateral_GrapeCity_Documents_Drawing_Pen_">DrawPolygon(Quadrilateral, Pen)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a polygon specified by an array of points, using a specified pen.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawPolygon_GrapeCity_Documents_Common_Quadrilateral_System_Drawing_Color_System_Single_GrapeCity_Documents_Drawing_DashStyle_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawPolygon(GrapeCity.Documents.Common.Quadrilateral,System.Drawing.Color,System.Single,GrapeCity.Documents.Drawing.DashStyle)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawPolygon.html#GrapeCity_Documents_Drawing_GcGraphics_DrawPolygon_GrapeCity_Documents_Common_Quadrilateral_System_Drawing_Color_System_Single_GrapeCity_Documents_Drawing_DashStyle_">DrawPolygon(Quadrilateral, Color, float, DashStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a polygon specified by an array of points, using a specified line color, width and style.</p>
<p>
If the value of lineStyle parameter is not <a class="xref" href="GrapeCity.Documents.Drawing.DashStyle.html#GrapeCity_Documents_Drawing_DashStyle_Solid">Solid</a>, the polygon is drawn with a <a class="xref" href="GrapeCity.Documents.Drawing.Pen.html">Pen</a>
having <a class="xref" href="GrapeCity.Documents.Drawing.Pen.LineCap.html#GrapeCity_Documents_Drawing_Pen_LineCap">LineCap</a> set to <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Square">Square</a> instead of <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Flat">Flat</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawPolygon_GrapeCity_Documents_Common_Quadrilateral_System_Drawing_Color_System_Single_System_Single___" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawPolygon(GrapeCity.Documents.Common.Quadrilateral,System.Drawing.Color,System.Single,System.Single[])">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawPolygon.html#GrapeCity_Documents_Drawing_GcGraphics_DrawPolygon_GrapeCity_Documents_Common_Quadrilateral_System_Drawing_Color_System_Single_System_Single___">DrawPolygon(Quadrilateral, Color, float, float[])</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a polygon specified by an array of points, using a specified line color, width and dash pattern.</p>
<p>
If the dashPattern array contains two or more items, the polygon is drawn with a <a class="xref" href="GrapeCity.Documents.Drawing.Pen.html">Pen</a>
having <a class="xref" href="GrapeCity.Documents.Drawing.Pen.LineCap.html#GrapeCity_Documents_Drawing_Pen_LineCap">LineCap</a> set to <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Square">Square</a> instead of <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Flat">Flat</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawPolygon_System_Drawing_PointF___GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawPolygon(System.Drawing.PointF[],GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawPolygon.html#GrapeCity_Documents_Drawing_GcGraphics_DrawPolygon_System_Drawing_PointF___GrapeCity_Documents_Drawing_Pen_">DrawPolygon(PointF[], Pen)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a polygon specified by an array of points, using a specified pen.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawPolygon_System_Drawing_PointF___System_Drawing_Color_System_Single_GrapeCity_Documents_Drawing_DashStyle_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawPolygon(System.Drawing.PointF[],System.Drawing.Color,System.Single,GrapeCity.Documents.Drawing.DashStyle)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawPolygon.html#GrapeCity_Documents_Drawing_GcGraphics_DrawPolygon_System_Drawing_PointF___System_Drawing_Color_System_Single_GrapeCity_Documents_Drawing_DashStyle_">DrawPolygon(PointF[], Color, float, DashStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a polygon specified by an array of points, using a specified line color, width and style.</p>
<p>
If the value of lineStyle parameter is not <a class="xref" href="GrapeCity.Documents.Drawing.DashStyle.html#GrapeCity_Documents_Drawing_DashStyle_Solid">Solid</a>, the polygon is drawn with a <a class="xref" href="GrapeCity.Documents.Drawing.Pen.html">Pen</a>
having <a class="xref" href="GrapeCity.Documents.Drawing.Pen.LineCap.html#GrapeCity_Documents_Drawing_Pen_LineCap">LineCap</a> set to <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Square">Square</a> instead of <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Flat">Flat</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawPolygon_System_Drawing_PointF___System_Drawing_Color_System_Single_System_Single___" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawPolygon(System.Drawing.PointF[],System.Drawing.Color,System.Single,System.Single[])">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawPolygon.html#GrapeCity_Documents_Drawing_GcGraphics_DrawPolygon_System_Drawing_PointF___System_Drawing_Color_System_Single_System_Single___">DrawPolygon(PointF[], Color, float, float[])</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a polygon specified by an array of points, using a specified line color, width and dash pattern.</p>
<p>
If the dashPattern array contains two or more items, the polygon is drawn with a <a class="xref" href="GrapeCity.Documents.Drawing.Pen.html">Pen</a>
having <a class="xref" href="GrapeCity.Documents.Drawing.Pen.LineCap.html#GrapeCity_Documents_Drawing_Pen_LineCap">LineCap</a> set to <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Square">Square</a> instead of <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Flat">Flat</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawRectangle_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawRectangle(System.Drawing.RectangleF,GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawRectangle.html#GrapeCity_Documents_Drawing_GcGraphics_DrawRectangle_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_Pen_">DrawRectangle(RectangleF, Pen)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a rectangle using a specified pen.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawRectangle_System_Drawing_RectangleF_System_Drawing_Color_System_Single_GrapeCity_Documents_Drawing_DashStyle_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawRectangle(System.Drawing.RectangleF,System.Drawing.Color,System.Single,GrapeCity.Documents.Drawing.DashStyle)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawRectangle.html#GrapeCity_Documents_Drawing_GcGraphics_DrawRectangle_System_Drawing_RectangleF_System_Drawing_Color_System_Single_GrapeCity_Documents_Drawing_DashStyle_">DrawRectangle(RectangleF, Color, float, DashStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a rectangle using a specified line color, width and style.</p>
<p>
If the value of lineStyle parameter is not <a class="xref" href="GrapeCity.Documents.Drawing.DashStyle.html#GrapeCity_Documents_Drawing_DashStyle_Solid">Solid</a>, the rectangle is drawn with a <a class="xref" href="GrapeCity.Documents.Drawing.Pen.html">Pen</a>
having <a class="xref" href="GrapeCity.Documents.Drawing.Pen.LineCap.html#GrapeCity_Documents_Drawing_Pen_LineCap">LineCap</a> set to <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Square">Square</a> instead of <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Flat">Flat</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawRectangle_System_Drawing_RectangleF_System_Drawing_Color_System_Single_System_Single___" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawRectangle(System.Drawing.RectangleF,System.Drawing.Color,System.Single,System.Single[])">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawRectangle.html#GrapeCity_Documents_Drawing_GcGraphics_DrawRectangle_System_Drawing_RectangleF_System_Drawing_Color_System_Single_System_Single___">DrawRectangle(RectangleF, Color, float, float[])</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a rectangle using a specified line color, width and dash pattern.</p>
<p>
If the dashPattern array contains two or more items, the rectangle is drawn with a <a class="xref" href="GrapeCity.Documents.Drawing.Pen.html">Pen</a>
having <a class="xref" href="GrapeCity.Documents.Drawing.Pen.LineCap.html#GrapeCity_Documents_Drawing_Pen_LineCap">LineCap</a> set to <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Square">Square</a> instead of <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Flat">Flat</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawRotatedText_GrapeCity_Documents_Text_TextLayout_System_Int32_System_Boolean_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_RotatedTextAlignment_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawRotatedText(GrapeCity.Documents.Text.TextLayout,System.Int32,System.Boolean,System.Drawing.RectangleF,GrapeCity.Documents.Drawing.RotatedTextAlignment)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawRotatedText.html#GrapeCity_Documents_Drawing_GcGraphics_DrawRotatedText_GrapeCity_Documents_Text_TextLayout_System_Int32_System_Boolean_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_RotatedTextAlignment_">DrawRotatedText(TextLayout, int, bool, RectangleF, RotatedTextAlignment)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws rotated text inside an unrotated rectangle.</p>
<p>Note that the original <code class="paramref">textLayout</code> will be changed by this method. If necessary, create a clone in advance.</p>
<p>Also note that the values of the following properties are ignored: <a class="xref" href="GrapeCity.Documents.Text.TextLayout.MaxWidth.html#GrapeCity_Documents_Text_TextLayout_MaxWidth">MaxWidth</a>, <a class="xref" href="GrapeCity.Documents.Text.TextLayout.MaxHeight.html#GrapeCity_Documents_Text_TextLayout_MaxHeight">MaxHeight</a>,
<a class="xref" href="GrapeCity.Documents.Text.TextLayout.FlowDirection.html#GrapeCity_Documents_Text_TextLayout_FlowDirection">FlowDirection</a>, <a class="xref" href="GrapeCity.Documents.Text.TextLayout.CanSkipFirstLineWithIndentation.html#GrapeCity_Documents_Text_TextLayout_CanSkipFirstLineWithIndentation">CanSkipFirstLineWithIndentation</a>, <a class="xref" href="GrapeCity.Documents.Text.TextLayout.ObjectRects.html#GrapeCity_Documents_Text_TextLayout_ObjectRects">ObjectRects</a>,
<a class="xref" href="GrapeCity.Documents.Text.TextLayout.ParagraphAlignment.html#GrapeCity_Documents_Text_TextLayout_ParagraphAlignment">ParagraphAlignment</a>, <a class="xref" href="GrapeCity.Documents.Text.TextLayout.MarginLeft.html#GrapeCity_Documents_Text_TextLayout_MarginLeft">MarginLeft</a>, <a class="xref" href="GrapeCity.Documents.Text.TextLayout.MarginRight.html#GrapeCity_Documents_Text_TextLayout_MarginRight">MarginRight</a>, <a class="xref" href="GrapeCity.Documents.Text.TextLayout.MarginTop.html#GrapeCity_Documents_Text_TextLayout_MarginTop">MarginTop</a>,
<a class="xref" href="GrapeCity.Documents.Text.TextLayout.MarginBottom.html#GrapeCity_Documents_Text_TextLayout_MarginBottom">MarginBottom</a>, <a class="xref" href="GrapeCity.Documents.Text.TextLayout.ColumnWidth.html#GrapeCity_Documents_Text_TextLayout_ColumnWidth">ColumnWidth</a>, <a class="xref" href="GrapeCity.Documents.Text.TextLayout.RowHeight.html#GrapeCity_Documents_Text_TextLayout_RowHeight">RowHeight</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawRoundRect_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_Pen_GrapeCity_Documents_Drawing_Pen_GrapeCity_Documents_Drawing_Pen_GrapeCity_Documents_Drawing_Pen_GrapeCity_Documents_Drawing_CornerRadius_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawRoundRect(System.Drawing.RectangleF,GrapeCity.Documents.Drawing.Pen,GrapeCity.Documents.Drawing.Pen,GrapeCity.Documents.Drawing.Pen,GrapeCity.Documents.Drawing.Pen,GrapeCity.Documents.Drawing.CornerRadius)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawRoundRect.html#GrapeCity_Documents_Drawing_GcGraphics_DrawRoundRect_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_Pen_GrapeCity_Documents_Drawing_Pen_GrapeCity_Documents_Drawing_Pen_GrapeCity_Documents_Drawing_Pen_GrapeCity_Documents_Drawing_CornerRadius_">DrawRoundRect(RectangleF, Pen, Pen, Pen, Pen, CornerRadius)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a rounded border defined by four <a class="xref" href="GrapeCity.Documents.Drawing.Pen.html">Pen</a> objects and <a class="xref" href="GrapeCity.Documents.Drawing.CornerRadius.html">CornerRadius</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawRoundRect_System_Drawing_RectangleF_System_Single_GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawRoundRect(System.Drawing.RectangleF,System.Single,GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawRoundRect.html#GrapeCity_Documents_Drawing_GcGraphics_DrawRoundRect_System_Drawing_RectangleF_System_Single_GrapeCity_Documents_Drawing_Pen_">DrawRoundRect(RectangleF, float, Pen)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a rounded rectangle using a specified pen.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawRoundRect_System_Drawing_RectangleF_System_Single_System_Drawing_Color_System_Single_GrapeCity_Documents_Drawing_DashStyle_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawRoundRect(System.Drawing.RectangleF,System.Single,System.Drawing.Color,System.Single,GrapeCity.Documents.Drawing.DashStyle)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawRoundRect.html#GrapeCity_Documents_Drawing_GcGraphics_DrawRoundRect_System_Drawing_RectangleF_System_Single_System_Drawing_Color_System_Single_GrapeCity_Documents_Drawing_DashStyle_">DrawRoundRect(RectangleF, float, Color, float, DashStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a rounded rectangle using a specified line color, width and style.</p>
<p>
If the value of lineStyle parameter is not <a class="xref" href="GrapeCity.Documents.Drawing.DashStyle.html#GrapeCity_Documents_Drawing_DashStyle_Solid">Solid</a>, the rounded rectangle is drawn with a <a class="xref" href="GrapeCity.Documents.Drawing.Pen.html">Pen</a>
having <a class="xref" href="GrapeCity.Documents.Drawing.Pen.LineCap.html#GrapeCity_Documents_Drawing_Pen_LineCap">LineCap</a> set to <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Square">Square</a> instead of <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Flat">Flat</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawRoundRect_System_Drawing_RectangleF_System_Single_System_Drawing_Color_System_Single_System_Single___" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawRoundRect(System.Drawing.RectangleF,System.Single,System.Drawing.Color,System.Single,System.Single[])">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawRoundRect.html#GrapeCity_Documents_Drawing_GcGraphics_DrawRoundRect_System_Drawing_RectangleF_System_Single_System_Drawing_Color_System_Single_System_Single___">DrawRoundRect(RectangleF, float, Color, float, float[])</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a rounded rectangle using a specified line color, width and dash pattern.</p>
<p>
If the dashPattern array contains two or more items, the rounded rectangle is drawn with a <a class="xref" href="GrapeCity.Documents.Drawing.Pen.html">Pen</a>
having <a class="xref" href="GrapeCity.Documents.Drawing.Pen.LineCap.html#GrapeCity_Documents_Drawing_Pen_LineCap">LineCap</a> set to <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Square">Square</a> instead of <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Flat">Flat</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawRoundRect_System_Drawing_RectangleF_System_Single_System_Single_GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawRoundRect(System.Drawing.RectangleF,System.Single,System.Single,GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawRoundRect.html#GrapeCity_Documents_Drawing_GcGraphics_DrawRoundRect_System_Drawing_RectangleF_System_Single_System_Single_GrapeCity_Documents_Drawing_Pen_">DrawRoundRect(RectangleF, float, float, Pen)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a rounded rectangle using a specified pen.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawRoundRect_System_Drawing_RectangleF_System_Single_System_Single_System_Drawing_Color_System_Single_GrapeCity_Documents_Drawing_DashStyle_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawRoundRect(System.Drawing.RectangleF,System.Single,System.Single,System.Drawing.Color,System.Single,GrapeCity.Documents.Drawing.DashStyle)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawRoundRect.html#GrapeCity_Documents_Drawing_GcGraphics_DrawRoundRect_System_Drawing_RectangleF_System_Single_System_Single_System_Drawing_Color_System_Single_GrapeCity_Documents_Drawing_DashStyle_">DrawRoundRect(RectangleF, float, float, Color, float, DashStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a rounded rectangle using a specified line color, width and style.</p>
<p>
If the value of lineStyle parameter is not <a class="xref" href="GrapeCity.Documents.Drawing.DashStyle.html#GrapeCity_Documents_Drawing_DashStyle_Solid">Solid</a>, the rounded rectangle is drawn with a <a class="xref" href="GrapeCity.Documents.Drawing.Pen.html">Pen</a>
having <a class="xref" href="GrapeCity.Documents.Drawing.Pen.LineCap.html#GrapeCity_Documents_Drawing_Pen_LineCap">LineCap</a> set to <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Square">Square</a> instead of <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Flat">Flat</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawRoundRect_System_Drawing_RectangleF_System_Single_System_Single_System_Drawing_Color_System_Single_System_Single___" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawRoundRect(System.Drawing.RectangleF,System.Single,System.Single,System.Drawing.Color,System.Single,System.Single[])">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawRoundRect.html#GrapeCity_Documents_Drawing_GcGraphics_DrawRoundRect_System_Drawing_RectangleF_System_Single_System_Single_System_Drawing_Color_System_Single_System_Single___">DrawRoundRect(RectangleF, float, float, Color, float, float[])</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a rounded rectangle using a specified line color, width and dash pattern.</p>
<p>
If the dashPattern array contains two or more items, the rounded rectangle is drawn with a <a class="xref" href="GrapeCity.Documents.Drawing.Pen.html">Pen</a>
having <a class="xref" href="GrapeCity.Documents.Drawing.Pen.LineCap.html#GrapeCity_Documents_Drawing_Pen_LineCap">LineCap</a> set to <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Square">Square</a> instead of <a class="xref" href="GrapeCity.Documents.Drawing.PenLineCap.html#GrapeCity_Documents_Drawing_PenLineCap_Flat">Flat</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawSlantedText_GrapeCity_Documents_Text_TextLayout_System_Int32_System_Boolean_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_SlantedTextAlignment_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawSlantedText(GrapeCity.Documents.Text.TextLayout,System.Int32,System.Boolean,System.Drawing.RectangleF,GrapeCity.Documents.Drawing.SlantedTextAlignment)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawSlantedText.html#GrapeCity_Documents_Drawing_GcGraphics_DrawSlantedText_GrapeCity_Documents_Text_TextLayout_System_Int32_System_Boolean_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_SlantedTextAlignment_">DrawSlantedText(TextLayout, int, bool, RectangleF, SlantedTextAlignment)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws rotated text inside a slanted rectangle.</p>
<p>Note that the original <code class="paramref">textLayout</code> will be changed by this method. If necessary, create a clone in advance.</p>
<p>Also note that the values of the following properties are ignored: <a class="xref" href="GrapeCity.Documents.Text.TextLayout.MaxWidth.html#GrapeCity_Documents_Text_TextLayout_MaxWidth">MaxWidth</a>, <a class="xref" href="GrapeCity.Documents.Text.TextLayout.MaxHeight.html#GrapeCity_Documents_Text_TextLayout_MaxHeight">MaxHeight</a>,
<a class="xref" href="GrapeCity.Documents.Text.TextLayout.FlowDirection.html#GrapeCity_Documents_Text_TextLayout_FlowDirection">FlowDirection</a>, <a class="xref" href="GrapeCity.Documents.Text.TextLayout.CanSkipFirstLineWithIndentation.html#GrapeCity_Documents_Text_TextLayout_CanSkipFirstLineWithIndentation">CanSkipFirstLineWithIndentation</a>, <a class="xref" href="GrapeCity.Documents.Text.TextLayout.ObjectRects.html#GrapeCity_Documents_Text_TextLayout_ObjectRects">ObjectRects</a>,
<a class="xref" href="GrapeCity.Documents.Text.TextLayout.ParagraphAlignment.html#GrapeCity_Documents_Text_TextLayout_ParagraphAlignment">ParagraphAlignment</a>, <a class="xref" href="GrapeCity.Documents.Text.TextLayout.MarginLeft.html#GrapeCity_Documents_Text_TextLayout_MarginLeft">MarginLeft</a>, <a class="xref" href="GrapeCity.Documents.Text.TextLayout.MarginRight.html#GrapeCity_Documents_Text_TextLayout_MarginRight">MarginRight</a>, <a class="xref" href="GrapeCity.Documents.Text.TextLayout.MarginTop.html#GrapeCity_Documents_Text_TextLayout_MarginTop">MarginTop</a>,
<a class="xref" href="GrapeCity.Documents.Text.TextLayout.MarginBottom.html#GrapeCity_Documents_Text_TextLayout_MarginBottom">MarginBottom</a>, <a class="xref" href="GrapeCity.Documents.Text.TextLayout.ColumnWidth.html#GrapeCity_Documents_Text_TextLayout_ColumnWidth">ColumnWidth</a>, <a class="xref" href="GrapeCity.Documents.Text.TextLayout.RowHeight.html#GrapeCity_Documents_Text_TextLayout_RowHeight">RowHeight</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawString_System_String_GrapeCity_Documents_Text_Font_System_Single_System_Drawing_Color_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawString(System.String,GrapeCity.Documents.Text.Font,System.Single,System.Drawing.Color,System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawString.html#GrapeCity_Documents_Drawing_GcGraphics_DrawString_System_String_GrapeCity_Documents_Text_Font_System_Single_System_Drawing_Color_System_Drawing_PointF_">DrawString(string, Font, float, Color, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a string using a specified attributes at a specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawString_System_String_GrapeCity_Documents_Text_TextFormat_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawString(System.String,GrapeCity.Documents.Text.TextFormat,System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawString.html#GrapeCity_Documents_Drawing_GcGraphics_DrawString_System_String_GrapeCity_Documents_Text_TextFormat_System_Drawing_PointF_">DrawString(string, TextFormat, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a string using a specified <a class="xref" href="GrapeCity.Documents.Text.TextFormat.html">TextFormat</a> at a specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawString_System_String_GrapeCity_Documents_Text_TextFormat_System_Drawing_RectangleF_GrapeCity_Documents_Text_TextAlignment_GrapeCity_Documents_Text_ParagraphAlignment_System_Boolean_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawString(System.String,GrapeCity.Documents.Text.TextFormat,System.Drawing.RectangleF,GrapeCity.Documents.Text.TextAlignment,GrapeCity.Documents.Text.ParagraphAlignment,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawString.html#GrapeCity_Documents_Drawing_GcGraphics_DrawString_System_String_GrapeCity_Documents_Text_TextFormat_System_Drawing_RectangleF_GrapeCity_Documents_Text_TextAlignment_GrapeCity_Documents_Text_ParagraphAlignment_System_Boolean_">DrawString(string, TextFormat, RectangleF, TextAlignment, ParagraphAlignment, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a string using a specified <a class="xref" href="GrapeCity.Documents.Text.TextFormat.html">TextFormat</a> within a rectangle
using a specified text alignment, paragraph alignment and word wrapping flag.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawSvg_GrapeCity_Documents_Svg_GcSvgDocument_System_Drawing_PointF_System_Single_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawSvg(GrapeCity.Documents.Svg.GcSvgDocument,System.Drawing.PointF,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawSvg.html#GrapeCity_Documents_Drawing_GcGraphics_DrawSvg_GrapeCity_Documents_Svg_GcSvgDocument_System_Drawing_PointF_System_Single_">DrawSvg(GcSvgDocument, PointF, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a specified SVG document at a point specifying the position of the SVG viewport.</p>
<p>To specify the position of the SVG content rather than viewport, see <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawSvgContent.html#GrapeCity_Documents_Drawing_GcGraphics_DrawSvgContent_GrapeCity_Documents_Svg_GcSvgDocument_System_Drawing_PointF_System_Single_">DrawSvgContent(GcSvgDocument, PointF, float)</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawSvg_GrapeCity_Documents_Svg_GcSvgDocument_System_Drawing_RectangleF_System_Single_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawSvg(GrapeCity.Documents.Svg.GcSvgDocument,System.Drawing.RectangleF,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawSvg.html#GrapeCity_Documents_Drawing_GcGraphics_DrawSvg_GrapeCity_Documents_Svg_GcSvgDocument_System_Drawing_RectangleF_System_Single_">DrawSvg(GcSvgDocument, RectangleF, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a specified SVG document, resizing its viewport to fit into a specified rectangle.</p>
<p>To draw just the content of the SVG ignoring viewport position, see <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawSvgContent.html#GrapeCity_Documents_Drawing_GcGraphics_DrawSvgContent_GrapeCity_Documents_Svg_GcSvgDocument_System_Drawing_RectangleF_System_Single_">DrawSvgContent(GcSvgDocument, RectangleF, float)</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawSvgContent_GrapeCity_Documents_Svg_GcSvgDocument_System_Drawing_PointF_System_Single_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawSvgContent(GrapeCity.Documents.Svg.GcSvgDocument,System.Drawing.PointF,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawSvgContent.html#GrapeCity_Documents_Drawing_GcGraphics_DrawSvgContent_GrapeCity_Documents_Svg_GcSvgDocument_System_Drawing_PointF_System_Single_">DrawSvgContent(GcSvgDocument, PointF, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the content of a specified SVG document at a point specifying the top-left corner of the SVG content.</p>
<p>To specify the position of the SVG viewport rather than content, see <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawSvg.html#GrapeCity_Documents_Drawing_GcGraphics_DrawSvg_GrapeCity_Documents_Svg_GcSvgDocument_System_Drawing_PointF_System_Single_">DrawSvg(GcSvgDocument, PointF, float)</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawSvgContent_GrapeCity_Documents_Svg_GcSvgDocument_System_Drawing_RectangleF_System_Single_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawSvgContent(GrapeCity.Documents.Svg.GcSvgDocument,System.Drawing.RectangleF,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawSvgContent.html#GrapeCity_Documents_Drawing_GcGraphics_DrawSvgContent_GrapeCity_Documents_Svg_GcSvgDocument_System_Drawing_RectangleF_System_Single_">DrawSvgContent(GcSvgDocument, RectangleF, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the content of a specified SVG document, resizing the content to fit into a specified rectangle.</p>
<p>To draw the SVG resizing its viewport rather than just the content, see <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawSvg.html#GrapeCity_Documents_Drawing_GcGraphics_DrawSvg_GrapeCity_Documents_Svg_GcSvgDocument_System_Drawing_RectangleF_System_Single_">DrawSvg(GcSvgDocument, RectangleF, float)</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawTabLeader_GrapeCity_Documents_Text_Font_GrapeCity_Documents_Text_TabStopLeader_System_Drawing_Color_System_Boolean_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawTabLeader(GrapeCity.Documents.Text.Font,GrapeCity.Documents.Text.TabStopLeader,System.Drawing.Color,System.Boolean,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawTabLeader.html#GrapeCity_Documents_Drawing_GcGraphics_DrawTabLeader_GrapeCity_Documents_Text_Font_GrapeCity_Documents_Text_TabStopLeader_System_Drawing_Color_System_Boolean_System_Single_System_Single_System_Single_System_Single_">DrawTabLeader(Font, TabStopLeader, Color, bool, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_DrawTextLayout_GrapeCity_Documents_Text_TextLayout_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawTextLayout(GrapeCity.Documents.Text.TextLayout,System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawTextLayout.html#GrapeCity_Documents_Drawing_GcGraphics_DrawTextLayout_GrapeCity_Documents_Text_TextLayout_System_Drawing_PointF_">DrawTextLayout(TextLayout, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a <a class="xref" href="GrapeCity.Documents.Text.TextLayout.html">TextLayout</a> at a specified location.</p>
<p>
If any part of the text does not fit in the layout bounds, it is truncated.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_FillEllipse_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__" data-uid="GrapeCity.Documents.Drawing.GcGraphics.FillEllipse(System.Drawing.RectangleF,GrapeCity.Documents.Drawing.Brush,System.Nullable{System.Drawing.RectangleF},System.Nullable{System.Numerics.Matrix3x2})">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.FillEllipse.html#GrapeCity_Documents_Drawing_GcGraphics_FillEllipse_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__">FillEllipse(RectangleF, Brush, RectangleF?, Matrix3x2?)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills an ellipse with a specified brush.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_FillEllipse_System_Drawing_RectangleF_System_Drawing_Color_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.FillEllipse(System.Drawing.RectangleF,System.Drawing.Color)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.FillEllipse.html#GrapeCity_Documents_Drawing_GcGraphics_FillEllipse_System_Drawing_RectangleF_System_Drawing_Color_">FillEllipse(RectangleF, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills an ellipse with a specified solid color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_FillPath_GrapeCity_Documents_Drawing_IPath_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__" data-uid="GrapeCity.Documents.Drawing.GcGraphics.FillPath(GrapeCity.Documents.Drawing.IPath,GrapeCity.Documents.Drawing.Brush,System.Nullable{System.Drawing.RectangleF},System.Nullable{System.Numerics.Matrix3x2})">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.FillPath.html#GrapeCity_Documents_Drawing_GcGraphics_FillPath_GrapeCity_Documents_Drawing_IPath_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__">FillPath(IPath, Brush, RectangleF?, Matrix3x2?)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a path using a specified brush.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_FillPath_GrapeCity_Documents_Drawing_IPath_System_Drawing_Color_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.FillPath(GrapeCity.Documents.Drawing.IPath,System.Drawing.Color)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.FillPath.html#GrapeCity_Documents_Drawing_GcGraphics_FillPath_GrapeCity_Documents_Drawing_IPath_System_Drawing_Color_">FillPath(IPath, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a path using a specified color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_FillPolygon_GrapeCity_Documents_Common_Quadrilateral_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__" data-uid="GrapeCity.Documents.Drawing.GcGraphics.FillPolygon(GrapeCity.Documents.Common.Quadrilateral,GrapeCity.Documents.Drawing.Brush,System.Nullable{System.Drawing.RectangleF},System.Nullable{System.Numerics.Matrix3x2})">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.FillPolygon.html#GrapeCity_Documents_Drawing_GcGraphics_FillPolygon_GrapeCity_Documents_Common_Quadrilateral_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__">FillPolygon(Quadrilateral, Brush, RectangleF?, Matrix3x2?)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a polygon specified by an array of points, using a specified brush and fill mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_FillPolygon_GrapeCity_Documents_Common_Quadrilateral_System_Drawing_Color_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.FillPolygon(GrapeCity.Documents.Common.Quadrilateral,System.Drawing.Color)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.FillPolygon.html#GrapeCity_Documents_Drawing_GcGraphics_FillPolygon_GrapeCity_Documents_Common_Quadrilateral_System_Drawing_Color_">FillPolygon(Quadrilateral, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a polygon specified by an array of points, using a specified color and fill mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_FillPolygon_System_Drawing_PointF___GrapeCity_Documents_Drawing_Brush_GrapeCity_Documents_Drawing_FillMode_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__" data-uid="GrapeCity.Documents.Drawing.GcGraphics.FillPolygon(System.Drawing.PointF[],GrapeCity.Documents.Drawing.Brush,GrapeCity.Documents.Drawing.FillMode,System.Nullable{System.Drawing.RectangleF},System.Nullable{System.Numerics.Matrix3x2})">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.FillPolygon.html#GrapeCity_Documents_Drawing_GcGraphics_FillPolygon_System_Drawing_PointF___GrapeCity_Documents_Drawing_Brush_GrapeCity_Documents_Drawing_FillMode_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__">FillPolygon(PointF[], Brush, FillMode, RectangleF?, Matrix3x2?)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a polygon specified by an array of points, using a specified brush and fill mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_FillPolygon_System_Drawing_PointF___System_Drawing_Color_GrapeCity_Documents_Drawing_FillMode_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.FillPolygon(System.Drawing.PointF[],System.Drawing.Color,GrapeCity.Documents.Drawing.FillMode)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.FillPolygon.html#GrapeCity_Documents_Drawing_GcGraphics_FillPolygon_System_Drawing_PointF___System_Drawing_Color_GrapeCity_Documents_Drawing_FillMode_">FillPolygon(PointF[], Color, FillMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a polygon specified by an array of points, using a specified color and fill mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_FillRectangle_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__" data-uid="GrapeCity.Documents.Drawing.GcGraphics.FillRectangle(System.Drawing.RectangleF,GrapeCity.Documents.Drawing.Brush,System.Nullable{System.Drawing.RectangleF},System.Nullable{System.Numerics.Matrix3x2})">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.FillRectangle.html#GrapeCity_Documents_Drawing_GcGraphics_FillRectangle_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__">FillRectangle(RectangleF, Brush, RectangleF?, Matrix3x2?)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a rectangle using a specified brush.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_FillRectangle_System_Drawing_RectangleF_System_Drawing_Color_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.FillRectangle(System.Drawing.RectangleF,System.Drawing.Color)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.FillRectangle.html#GrapeCity_Documents_Drawing_GcGraphics_FillRectangle_System_Drawing_RectangleF_System_Drawing_Color_">FillRectangle(RectangleF, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a rectangle with a solid color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_FillRoundRect_System_Drawing_RectangleF_System_Single_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__" data-uid="GrapeCity.Documents.Drawing.GcGraphics.FillRoundRect(System.Drawing.RectangleF,System.Single,GrapeCity.Documents.Drawing.Brush,System.Nullable{System.Drawing.RectangleF},System.Nullable{System.Numerics.Matrix3x2})">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.FillRoundRect.html#GrapeCity_Documents_Drawing_GcGraphics_FillRoundRect_System_Drawing_RectangleF_System_Single_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__">FillRoundRect(RectangleF, float, Brush, RectangleF?, Matrix3x2?)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a rounded rectangle using a specified brush.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_FillRoundRect_System_Drawing_RectangleF_System_Single_System_Drawing_Color_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.FillRoundRect(System.Drawing.RectangleF,System.Single,System.Drawing.Color)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.FillRoundRect.html#GrapeCity_Documents_Drawing_GcGraphics_FillRoundRect_System_Drawing_RectangleF_System_Single_System_Drawing_Color_">FillRoundRect(RectangleF, float, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a rounded rectangle witih a solid color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_FillRoundRect_System_Drawing_RectangleF_System_Single_System_Single_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__" data-uid="GrapeCity.Documents.Drawing.GcGraphics.FillRoundRect(System.Drawing.RectangleF,System.Single,System.Single,GrapeCity.Documents.Drawing.Brush,System.Nullable{System.Drawing.RectangleF},System.Nullable{System.Numerics.Matrix3x2})">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.FillRoundRect.html#GrapeCity_Documents_Drawing_GcGraphics_FillRoundRect_System_Drawing_RectangleF_System_Single_System_Single_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__">FillRoundRect(RectangleF, float, float, Brush, RectangleF?, Matrix3x2?)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a rounded rectangle using a specified brush.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_FillRoundRect_System_Drawing_RectangleF_System_Single_System_Single_System_Drawing_Color_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.FillRoundRect(System.Drawing.RectangleF,System.Single,System.Single,System.Drawing.Color)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.FillRoundRect.html#GrapeCity_Documents_Drawing_GcGraphics_FillRoundRect_System_Drawing_RectangleF_System_Single_System_Single_System_Drawing_Color_">FillRoundRect(RectangleF, float, float, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a rounded rectangle witih a solid color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_GetBlendMode" data-uid="GrapeCity.Documents.Drawing.GcGraphics.GetBlendMode">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.GetBlendMode.html#GrapeCity_Documents_Drawing_GcGraphics_GetBlendMode">GetBlendMode()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.
Returns the current blend mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_GetImageSize_GrapeCity_Documents_Drawing_IImage_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.GetImageSize(GrapeCity.Documents.Drawing.IImage)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.GetImageSize.html#GrapeCity_Documents_Drawing_GcGraphics_GetImageSize_GrapeCity_Documents_Drawing_IImage_">GetImageSize(IImage)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the size of an image in pixels using the resolution of the current graphics.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_GetInterpolationMode" data-uid="GrapeCity.Documents.Drawing.GcGraphics.GetInterpolationMode">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.GetInterpolationMode.html#GrapeCity_Documents_Drawing_GcGraphics_GetInterpolationMode">GetInterpolationMode()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.
Returns the current interpolation mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalCreateClipRegion_GrapeCity_Documents_Drawing_IPath_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalCreateClipRegion(GrapeCity.Documents.Drawing.IPath)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalCreateClipRegion.html#GrapeCity_Documents_Drawing_GcGraphics_InternalCreateClipRegion_GrapeCity_Documents_Drawing_IPath_">InternalCreateClipRegion(IPath)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalCreateClipRegion_System_Drawing_RectangleF_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalCreateClipRegion(System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalCreateClipRegion.html#GrapeCity_Documents_Drawing_GcGraphics_InternalCreateClipRegion_System_Drawing_RectangleF_">InternalCreateClipRegion(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalCreatePath" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalCreatePath">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalCreatePath.html#GrapeCity_Documents_Drawing_GcGraphics_InternalCreatePath">InternalCreatePath()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalDrawEllipse_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawEllipse(System.Drawing.RectangleF,GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawEllipse.html#GrapeCity_Documents_Drawing_GcGraphics_InternalDrawEllipse_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_Pen_">InternalDrawEllipse(RectangleF, Pen)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalDrawImage_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_IImage_System_Single_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawImage(System.Drawing.RectangleF,GrapeCity.Documents.Drawing.IImage,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawImage.html#GrapeCity_Documents_Drawing_GcGraphics_InternalDrawImage_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_IImage_System_Single_">InternalDrawImage(RectangleF, IImage, float)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalDrawLine_System_Drawing_PointF_System_Drawing_PointF_GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawLine(System.Drawing.PointF,System.Drawing.PointF,GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawLine.html#GrapeCity_Documents_Drawing_GcGraphics_InternalDrawLine_System_Drawing_PointF_System_Drawing_PointF_GrapeCity_Documents_Drawing_Pen_">InternalDrawLine(PointF, PointF, Pen)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalDrawLines_System_Drawing_PointF___GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawLines(System.Drawing.PointF[],GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawLines.html#GrapeCity_Documents_Drawing_GcGraphics_InternalDrawLines_System_Drawing_PointF___GrapeCity_Documents_Drawing_Pen_">InternalDrawLines(PointF[], Pen)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalDrawPath_GrapeCity_Documents_Drawing_IPath_GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawPath(GrapeCity.Documents.Drawing.IPath,GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawPath.html#GrapeCity_Documents_Drawing_GcGraphics_InternalDrawPath_GrapeCity_Documents_Drawing_IPath_GrapeCity_Documents_Drawing_Pen_">InternalDrawPath(IPath, Pen)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalDrawPolygon_System_Drawing_PointF___GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawPolygon(System.Drawing.PointF[],GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawPolygon.html#GrapeCity_Documents_Drawing_GcGraphics_InternalDrawPolygon_System_Drawing_PointF___GrapeCity_Documents_Drawing_Pen_">InternalDrawPolygon(PointF[], Pen)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalDrawRectangle_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawRectangle(System.Drawing.RectangleF,GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawRectangle.html#GrapeCity_Documents_Drawing_GcGraphics_InternalDrawRectangle_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_Pen_">InternalDrawRectangle(RectangleF, Pen)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalDrawRoundRect_System_Drawing_RectangleF_System_Single_System_Single_GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawRoundRect(System.Drawing.RectangleF,System.Single,System.Single,GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawRoundRect.html#GrapeCity_Documents_Drawing_GcGraphics_InternalDrawRoundRect_System_Drawing_RectangleF_System_Single_System_Single_GrapeCity_Documents_Drawing_Pen_">InternalDrawRoundRect(RectangleF, float, float, Pen)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalDrawTextLayout_GrapeCity_Documents_Text_TextLayout_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawTextLayout(GrapeCity.Documents.Text.TextLayout,System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawTextLayout.html#GrapeCity_Documents_Drawing_GcGraphics_InternalDrawTextLayout_GrapeCity_Documents_Text_TextLayout_System_Drawing_PointF_">InternalDrawTextLayout(TextLayout, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalDrawTextLayoutAsPath_GrapeCity_Documents_Text_TextLayout_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawTextLayoutAsPath(GrapeCity.Documents.Text.TextLayout,System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawTextLayoutAsPath.html#GrapeCity_Documents_Drawing_GcGraphics_InternalDrawTextLayoutAsPath_GrapeCity_Documents_Text_TextLayout_System_Drawing_PointF_">InternalDrawTextLayoutAsPath(TextLayout, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a <a class="xref" href="GrapeCity.Documents.Text.TextLayout.html">TextLayout</a> at a specified location using graphic primitives.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalDrawTextLineAsPath_GrapeCity_Documents_Text_TextLayout_System_Single_GrapeCity_Documents_Text_TextLine_System_Single_System_Single_System_Drawing_RectangleF_System_Collections_Generic_List_GrapeCity_Documents_Drawing_GcGraphics_SU__System_Collections_Generic_List_GrapeCity_Documents_Drawing_GcGraphics_SU__" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawTextLineAsPath(GrapeCity.Documents.Text.TextLayout,System.Single,GrapeCity.Documents.Text.TextLine,System.Single,System.Single,System.Drawing.RectangleF,System.Collections.Generic.List{GrapeCity.Documents.Drawing.GcGraphics.SU},System.Collections.Generic.List{GrapeCity.Documents.Drawing.GcGraphics.SU})">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawTextLineAsPath.html#GrapeCity_Documents_Drawing_GcGraphics_InternalDrawTextLineAsPath_GrapeCity_Documents_Text_TextLayout_System_Single_GrapeCity_Documents_Text_TextLine_System_Single_System_Single_System_Drawing_RectangleF_System_Collections_Generic_List_GrapeCity_Documents_Drawing_GcGraphics_SU__System_Collections_Generic_List_GrapeCity_Documents_Drawing_GcGraphics_SU__">InternalDrawTextLineAsPath(TextLayout, float, TextLine, float, float, RectangleF, List&lt;SU&gt;, List&lt;SU&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a <a class="xref" href="GrapeCity.Documents.Text.TextLine.html">TextLine</a> within a <a class="xref" href="GrapeCity.Documents.Text.TextLayout.html">TextLayout</a> at the specified location using graphic primitives.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalDrawTextLineBackground_GrapeCity_Documents_Text_TextLayout_System_Single_GrapeCity_Documents_Text_TextLine_System_Single_System_Single_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawTextLineBackground(GrapeCity.Documents.Text.TextLayout,System.Single,GrapeCity.Documents.Text.TextLine,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawTextLineBackground.html#GrapeCity_Documents_Drawing_GcGraphics_InternalDrawTextLineBackground_GrapeCity_Documents_Text_TextLayout_System_Single_GrapeCity_Documents_Text_TextLine_System_Single_System_Single_">InternalDrawTextLineBackground(TextLayout, float, TextLine, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a background of the text line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalFillEllipse_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalFillEllipse(System.Drawing.RectangleF,GrapeCity.Documents.Drawing.Brush,System.Nullable{System.Drawing.RectangleF},System.Nullable{System.Numerics.Matrix3x2})">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalFillEllipse.html#GrapeCity_Documents_Drawing_GcGraphics_InternalFillEllipse_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__">InternalFillEllipse(RectangleF, Brush, RectangleF?, Matrix3x2?)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalFillEllipse_System_Drawing_RectangleF_System_Drawing_Color_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalFillEllipse(System.Drawing.RectangleF,System.Drawing.Color)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalFillEllipse.html#GrapeCity_Documents_Drawing_GcGraphics_InternalFillEllipse_System_Drawing_RectangleF_System_Drawing_Color_">InternalFillEllipse(RectangleF, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalFillPath_GrapeCity_Documents_Drawing_IPath_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalFillPath(GrapeCity.Documents.Drawing.IPath,GrapeCity.Documents.Drawing.Brush,System.Nullable{System.Drawing.RectangleF},System.Nullable{System.Numerics.Matrix3x2})">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalFillPath.html#GrapeCity_Documents_Drawing_GcGraphics_InternalFillPath_GrapeCity_Documents_Drawing_IPath_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__">InternalFillPath(IPath, Brush, RectangleF?, Matrix3x2?)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalFillPath_GrapeCity_Documents_Drawing_IPath_System_Drawing_Color_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalFillPath(GrapeCity.Documents.Drawing.IPath,System.Drawing.Color)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalFillPath.html#GrapeCity_Documents_Drawing_GcGraphics_InternalFillPath_GrapeCity_Documents_Drawing_IPath_System_Drawing_Color_">InternalFillPath(IPath, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalFillPolygon_System_Drawing_PointF___GrapeCity_Documents_Drawing_Brush_GrapeCity_Documents_Drawing_FillMode_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalFillPolygon(System.Drawing.PointF[],GrapeCity.Documents.Drawing.Brush,GrapeCity.Documents.Drawing.FillMode,System.Nullable{System.Drawing.RectangleF},System.Nullable{System.Numerics.Matrix3x2})">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalFillPolygon.html#GrapeCity_Documents_Drawing_GcGraphics_InternalFillPolygon_System_Drawing_PointF___GrapeCity_Documents_Drawing_Brush_GrapeCity_Documents_Drawing_FillMode_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__">InternalFillPolygon(PointF[], Brush, FillMode, RectangleF?, Matrix3x2?)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalFillPolygon_System_Drawing_PointF___System_Drawing_Color_GrapeCity_Documents_Drawing_FillMode_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalFillPolygon(System.Drawing.PointF[],System.Drawing.Color,GrapeCity.Documents.Drawing.FillMode)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalFillPolygon.html#GrapeCity_Documents_Drawing_GcGraphics_InternalFillPolygon_System_Drawing_PointF___System_Drawing_Color_GrapeCity_Documents_Drawing_FillMode_">InternalFillPolygon(PointF[], Color, FillMode)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalFillRectangle_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalFillRectangle(System.Drawing.RectangleF,GrapeCity.Documents.Drawing.Brush,System.Nullable{System.Drawing.RectangleF},System.Nullable{System.Numerics.Matrix3x2})">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalFillRectangle.html#GrapeCity_Documents_Drawing_GcGraphics_InternalFillRectangle_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__">InternalFillRectangle(RectangleF, Brush, RectangleF?, Matrix3x2?)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalFillRectangle_System_Drawing_RectangleF_System_Drawing_Color_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalFillRectangle(System.Drawing.RectangleF,System.Drawing.Color)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalFillRectangle.html#GrapeCity_Documents_Drawing_GcGraphics_InternalFillRectangle_System_Drawing_RectangleF_System_Drawing_Color_">InternalFillRectangle(RectangleF, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalFillRoundRect_System_Drawing_RectangleF_System_Single_System_Single_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalFillRoundRect(System.Drawing.RectangleF,System.Single,System.Single,GrapeCity.Documents.Drawing.Brush,System.Nullable{System.Drawing.RectangleF},System.Nullable{System.Numerics.Matrix3x2})">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalFillRoundRect.html#GrapeCity_Documents_Drawing_GcGraphics_InternalFillRoundRect_System_Drawing_RectangleF_System_Single_System_Single_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__">InternalFillRoundRect(RectangleF, float, float, Brush, RectangleF?, Matrix3x2?)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalFillRoundRect_System_Drawing_RectangleF_System_Single_System_Single_System_Drawing_Color_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalFillRoundRect(System.Drawing.RectangleF,System.Single,System.Single,System.Drawing.Color)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalFillRoundRect.html#GrapeCity_Documents_Drawing_GcGraphics_InternalFillRoundRect_System_Drawing_RectangleF_System_Single_System_Single_System_Drawing_Color_">InternalFillRoundRect(RectangleF, float, float, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalRemoveClip_GrapeCity_Documents_Drawing_IClipRegion_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalRemoveClip(GrapeCity.Documents.Drawing.IClipRegion)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalRemoveClip.html#GrapeCity_Documents_Drawing_GcGraphics_InternalRemoveClip_GrapeCity_Documents_Drawing_IClipRegion_">InternalRemoveClip(IClipRegion)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_InternalSetClip_GrapeCity_Documents_Drawing_IClipRegion_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalSetClip(GrapeCity.Documents.Drawing.IClipRegion)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.InternalSetClip.html#GrapeCity_Documents_Drawing_GcGraphics_InternalSetClip_GrapeCity_Documents_Drawing_IClipRegion_">InternalSetClip(IClipRegion)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_IsBlendModeSupported_GrapeCity_Documents_Drawing_BlendMode_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.IsBlendModeSupported(GrapeCity.Documents.Drawing.BlendMode)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.IsBlendModeSupported.html#GrapeCity_Documents_Drawing_GcGraphics_IsBlendModeSupported_GrapeCity_Documents_Drawing_BlendMode_">IsBlendModeSupported(BlendMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether this graphics implementation supports a specified blend mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_IsInterpolationModeSupported_GrapeCity_Documents_Drawing_InterpolationMode_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.IsInterpolationModeSupported(GrapeCity.Documents.Drawing.InterpolationMode)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.IsInterpolationModeSupported.html#GrapeCity_Documents_Drawing_GcGraphics_IsInterpolationModeSupported_GrapeCity_Documents_Drawing_InterpolationMode_">IsInterpolationModeSupported(InterpolationMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether this graphics implementation supports a specified interpolation mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_MeasureImage_GrapeCity_Documents_Drawing_IImage_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_ImageAlign_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.MeasureImage(GrapeCity.Documents.Drawing.IImage,System.Drawing.RectangleF,GrapeCity.Documents.Drawing.ImageAlign)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.MeasureImage.html#GrapeCity_Documents_Drawing_GcGraphics_MeasureImage_GrapeCity_Documents_Drawing_IImage_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_ImageAlign_">MeasureImage(IImage, RectangleF, ImageAlign)</a>
        </td>
        <td class="markdown level1 summary"><p>Measures how an image will be drawn using the specified bounds
and image alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_MeasureRotatedText_GrapeCity_Documents_Text_TextLayout_System_Int32_System_Boolean_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_RotatedTextAlignment_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.MeasureRotatedText(GrapeCity.Documents.Text.TextLayout,System.Int32,System.Boolean,System.Drawing.RectangleF,GrapeCity.Documents.Drawing.RotatedTextAlignment)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.MeasureRotatedText.html#GrapeCity_Documents_Drawing_GcGraphics_MeasureRotatedText_GrapeCity_Documents_Text_TextLayout_System_Int32_System_Boolean_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_RotatedTextAlignment_">MeasureRotatedText(TextLayout, int, bool, RectangleF, RotatedTextAlignment)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates the bounds of rotated text inside an unrotated rectangle.</p>
<p>Note that the original <code class="paramref">textLayout</code> will be changed by this method. If necessary, create a clone in advance.</p>
<p>Also note that the values of the following properties are ignored: <a class="xref" href="GrapeCity.Documents.Text.TextLayout.MaxWidth.html#GrapeCity_Documents_Text_TextLayout_MaxWidth">MaxWidth</a>, <a class="xref" href="GrapeCity.Documents.Text.TextLayout.MaxHeight.html#GrapeCity_Documents_Text_TextLayout_MaxHeight">MaxHeight</a>,
<a class="xref" href="GrapeCity.Documents.Text.TextLayout.FlowDirection.html#GrapeCity_Documents_Text_TextLayout_FlowDirection">FlowDirection</a>, <a class="xref" href="GrapeCity.Documents.Text.TextLayout.CanSkipFirstLineWithIndentation.html#GrapeCity_Documents_Text_TextLayout_CanSkipFirstLineWithIndentation">CanSkipFirstLineWithIndentation</a>, <a class="xref" href="GrapeCity.Documents.Text.TextLayout.ObjectRects.html#GrapeCity_Documents_Text_TextLayout_ObjectRects">ObjectRects</a>,
<a class="xref" href="GrapeCity.Documents.Text.TextLayout.ParagraphAlignment.html#GrapeCity_Documents_Text_TextLayout_ParagraphAlignment">ParagraphAlignment</a>, <a class="xref" href="GrapeCity.Documents.Text.TextLayout.MarginLeft.html#GrapeCity_Documents_Text_TextLayout_MarginLeft">MarginLeft</a>, <a class="xref" href="GrapeCity.Documents.Text.TextLayout.MarginRight.html#GrapeCity_Documents_Text_TextLayout_MarginRight">MarginRight</a>, <a class="xref" href="GrapeCity.Documents.Text.TextLayout.MarginTop.html#GrapeCity_Documents_Text_TextLayout_MarginTop">MarginTop</a>,
<a class="xref" href="GrapeCity.Documents.Text.TextLayout.MarginBottom.html#GrapeCity_Documents_Text_TextLayout_MarginBottom">MarginBottom</a>, <a class="xref" href="GrapeCity.Documents.Text.TextLayout.ColumnWidth.html#GrapeCity_Documents_Text_TextLayout_ColumnWidth">ColumnWidth</a>, <a class="xref" href="GrapeCity.Documents.Text.TextLayout.RowHeight.html#GrapeCity_Documents_Text_TextLayout_RowHeight">RowHeight</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_MeasureString_System_String_GrapeCity_Documents_Text_Font_System_Single_System_Nullable_System_Single__" data-uid="GrapeCity.Documents.Drawing.GcGraphics.MeasureString(System.String,GrapeCity.Documents.Text.Font,System.Single,System.Nullable{System.Single})">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.MeasureString.html#GrapeCity_Documents_Drawing_GcGraphics_MeasureString_System_String_GrapeCity_Documents_Text_Font_System_Single_System_Nullable_System_Single__">MeasureString(string, Font, float, float?)</a>
        </td>
        <td class="markdown level1 summary"><p>Measures a string using a specified font, font size and layout width.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_MeasureString_System_String_GrapeCity_Documents_Text_TextFormat_System_Drawing_SizeF_GrapeCity_Documents_Text_TextSplitOptions_System_Int32__" data-uid="GrapeCity.Documents.Drawing.GcGraphics.MeasureString(System.String,GrapeCity.Documents.Text.TextFormat,System.Drawing.SizeF,GrapeCity.Documents.Text.TextSplitOptions,System.Int32@)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.MeasureString.html#GrapeCity_Documents_Drawing_GcGraphics_MeasureString_System_String_GrapeCity_Documents_Text_TextFormat_System_Drawing_SizeF_GrapeCity_Documents_Text_TextSplitOptions_System_Int32__">MeasureString(string, TextFormat, SizeF, TextSplitOptions, out int)</a>
        </td>
        <td class="markdown level1 summary"><p>Measures a string using a specified <a class="xref" href="GrapeCity.Documents.Text.TextFormat.html">TextFormat</a>,
available layout size and <a class="xref" href="GrapeCity.Documents.Text.TextSplitOptions.html">TextSplitOptions</a>.
Also calculates and returns in an output parameter the number of chars
that fit into the specified size.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_MeasureString_System_String_GrapeCity_Documents_Text_TextFormat_System_Drawing_SizeF_System_Int32__" data-uid="GrapeCity.Documents.Drawing.GcGraphics.MeasureString(System.String,GrapeCity.Documents.Text.TextFormat,System.Drawing.SizeF,System.Int32@)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.MeasureString.html#GrapeCity_Documents_Drawing_GcGraphics_MeasureString_System_String_GrapeCity_Documents_Text_TextFormat_System_Drawing_SizeF_System_Int32__">MeasureString(string, TextFormat, SizeF, out int)</a>
        </td>
        <td class="markdown level1 summary"><p>Measures a string using a specified <a class="xref" href="GrapeCity.Documents.Text.TextFormat.html">TextFormat</a>,
available layout size and default split options (see <a class="xref" href="GrapeCity.Documents.Text.TextSplitOptions.html">TextSplitOptions</a>).
Also calculates and returns in an output parameter the number of chars
that fit into the specified size.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_MeasureString_System_String_GrapeCity_Documents_Text_TextFormat_System_Nullable_System_Single__" data-uid="GrapeCity.Documents.Drawing.GcGraphics.MeasureString(System.String,GrapeCity.Documents.Text.TextFormat,System.Nullable{System.Single})">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.MeasureString.html#GrapeCity_Documents_Drawing_GcGraphics_MeasureString_System_String_GrapeCity_Documents_Text_TextFormat_System_Nullable_System_Single__">MeasureString(string, TextFormat, float?)</a>
        </td>
        <td class="markdown level1 summary"><p>Measures a string using a specified <a class="xref" href="GrapeCity.Documents.Text.TextFormat.html">TextFormat</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_MeasureStringWithTrailingWhitespace_System_String_GrapeCity_Documents_Text_Font_System_Single_System_Nullable_System_Single__" data-uid="GrapeCity.Documents.Drawing.GcGraphics.MeasureStringWithTrailingWhitespace(System.String,GrapeCity.Documents.Text.Font,System.Single,System.Nullable{System.Single})">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.MeasureStringWithTrailingWhitespace.html#GrapeCity_Documents_Drawing_GcGraphics_MeasureStringWithTrailingWhitespace_System_String_GrapeCity_Documents_Text_Font_System_Single_System_Nullable_System_Single__">MeasureStringWithTrailingWhitespace(string, Font, float, float?)</a>
        </td>
        <td class="markdown level1 summary"><p>Measures a string using a specified font, font size and layout width, taking into account the trailing whitespace at the end of each line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_MeasureStringWithTrailingWhitespace_System_String_GrapeCity_Documents_Text_TextFormat_System_Nullable_System_Single__" data-uid="GrapeCity.Documents.Drawing.GcGraphics.MeasureStringWithTrailingWhitespace(System.String,GrapeCity.Documents.Text.TextFormat,System.Nullable{System.Single})">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.MeasureStringWithTrailingWhitespace.html#GrapeCity_Documents_Drawing_GcGraphics_MeasureStringWithTrailingWhitespace_System_String_GrapeCity_Documents_Text_TextFormat_System_Nullable_System_Single__">MeasureStringWithTrailingWhitespace(string, TextFormat, float?)</a>
        </td>
        <td class="markdown level1 summary"><p>Measures a string using a specified <a class="xref" href="GrapeCity.Documents.Text.TextFormat.html">TextFormat</a>, taking into account the trailing whitespace at the end of each line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_MeasureSvg_GrapeCity_Documents_Svg_GcSvgDocument_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.MeasureSvg(GrapeCity.Documents.Svg.GcSvgDocument,System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.MeasureSvg.html#GrapeCity_Documents_Drawing_GcGraphics_MeasureSvg_GrapeCity_Documents_Svg_GcSvgDocument_System_Drawing_PointF_">MeasureSvg(GcSvgDocument, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates the content bounds of a specified SVG document when its viewport is drawn at a specified point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_PopClip_GrapeCity_Documents_Drawing_IClipRegion_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.PopClip(GrapeCity.Documents.Drawing.IClipRegion)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.PopClip.html#GrapeCity_Documents_Drawing_GcGraphics_PopClip_GrapeCity_Documents_Drawing_IClipRegion_">PopClip(IClipRegion)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the last clip.
After this method is called, the clip is no longer applied to subsequent drawing operations.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_PopTransparencyLayer" data-uid="GrapeCity.Documents.Drawing.GcGraphics.PopTransparencyLayer">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.PopTransparencyLayer.html#GrapeCity_Documents_Drawing_GcGraphics_PopTransparencyLayer">PopTransparencyLayer()</a>
        </td>
        <td class="markdown level1 summary"><p>Stops redirecting drawing operations to the transparency layer that was created by the last
<a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.PushTransparencyLayer.html#GrapeCity_Documents_Drawing_GcGraphics_PushTransparencyLayer_System_Nullable_System_Drawing_RectangleF__System_Single_">PushTransparencyLayer(RectangleF?, float)</a> call.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_PushClip_GrapeCity_Documents_Drawing_IClipRegion_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.PushClip(GrapeCity.Documents.Drawing.IClipRegion)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.PushClip.html#GrapeCity_Documents_Drawing_GcGraphics_PushClip_GrapeCity_Documents_Drawing_IClipRegion_">PushClip(IClipRegion)</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies a clipping region to which all subsequent drawing operations are clipped.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_PushClip_GrapeCity_Documents_Drawing_IPath_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.PushClip(GrapeCity.Documents.Drawing.IPath)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.PushClip.html#GrapeCity_Documents_Drawing_GcGraphics_PushClip_GrapeCity_Documents_Drawing_IPath_">PushClip(IPath)</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies a path to which all subsequent drawing operations are clipped.</p>
<p>
The <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.Clip.html">GcGraphics.Clip</a> object returned by this method implements IDisposable,
so this method can be used with the 'using' pattern:
</p>
<pre><code class="lang-csharp">using (g.PushClip(...)) ...</code></pre>
<p>in which case the clipping region will be removed when the returned object is disposed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_PushClip_System_Drawing_RectangleF_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.PushClip(System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.PushClip.html#GrapeCity_Documents_Drawing_GcGraphics_PushClip_System_Drawing_RectangleF_">PushClip(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies a rectangle to which all subsequent drawing operations are clipped.</p>
<p>
The <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.Clip.html">GcGraphics.Clip</a> object returned by this method implements IDisposable,
so this method can be used with the 'using' pattern:
</p>
<pre><code class="lang-csharp">using (g.PushClip(...)) ...</code></pre>
<p>in which case the clipping region will be removed when the returned object is disposed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_PushClip_System_Drawing_RectangleF_System_Drawing_RectangleF_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.PushClip(System.Drawing.RectangleF,System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.PushClip.html#GrapeCity_Documents_Drawing_GcGraphics_PushClip_System_Drawing_RectangleF_System_Drawing_RectangleF_">PushClip(RectangleF, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies a rectangle to which all subsequent drawing operations are clipped.
Clipping is applied only if <code class="paramref">containerRect</code> does not contain <code class="paramref">clipRect</code>.</p>
<p>
The <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.Clip.html">GcGraphics.Clip</a> object returned by this method implements IDisposable,
so this method can be used with the 'using' pattern:
</p>
<pre><code class="lang-csharp">using (g.PushClip(...)) ...</code></pre>
<p>in which case the clipping region will be removed when the returned object is disposed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_PushClip_System_Nullable_System_Drawing_RectangleF__" data-uid="GrapeCity.Documents.Drawing.GcGraphics.PushClip(System.Nullable{System.Drawing.RectangleF})">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.PushClip.html#GrapeCity_Documents_Drawing_GcGraphics_PushClip_System_Nullable_System_Drawing_RectangleF__">PushClip(RectangleF?)</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies a rectangle to which all subsequent drawing operations are clipped.</p>
<p>
The <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.Clip.html">GcGraphics.Clip</a> object returned by this method implements IDisposable,
so this method can be used with the 'using' pattern:
</p>
<pre><code class="lang-csharp">using (g.PushClip(...)) ...</code></pre>
<p>in which case the clipping region will be removed when the returned object is disposed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_PushTransparencyLayer_System_Nullable_System_Drawing_RectangleF__System_Single_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.PushTransparencyLayer(System.Nullable{System.Drawing.RectangleF},System.Single)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.PushTransparencyLayer.html#GrapeCity_Documents_Drawing_GcGraphics_PushTransparencyLayer_System_Nullable_System_Drawing_RectangleF__System_Single_">PushTransparencyLayer(RectangleF?, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a transparency layer to the current graphics. That layer receives all subsequent drawing
operations until <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.PopTransparencyLayer.html#GrapeCity_Documents_Drawing_GcGraphics_PopTransparencyLayer">PopTransparencyLayer()</a> is called.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_SetBlendMode_GrapeCity_Documents_Drawing_BlendMode_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.SetBlendMode(GrapeCity.Documents.Drawing.BlendMode)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.SetBlendMode.html#GrapeCity_Documents_Drawing_GcGraphics_SetBlendMode_GrapeCity_Documents_Drawing_BlendMode_">SetBlendMode(BlendMode)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.
Sets the current blend mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcGraphics_SetInterpolationMode_GrapeCity_Documents_Drawing_InterpolationMode_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.SetInterpolationMode(GrapeCity.Documents.Drawing.InterpolationMode)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.SetInterpolationMode.html#GrapeCity_Documents_Drawing_GcGraphics_SetInterpolationMode_GrapeCity_Documents_Drawing_InterpolationMode_">SetInterpolationMode(InterpolationMode)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.
Sets the current interpolation mode.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
