# GrapeCity.Documents.Imaging.GcBitmapGraphics

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Imaging_GcBitmapGraphics" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics" class="text-break">GcBitmapGraphics Class
</h1>
  <div class="markdown level0 summary"><p>Implements a drawing surface for <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmap.html">GcBitmap</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.html">GcGraphics</a></div>
    <div class="level2"><span class="xref">GcBitmapGraphics</span></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.Imaging.html">GrapeCity.Documents.Imaging</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Imaging_GcBitmapGraphics_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GcBitmapGraphics : GcGraphics, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GcBitmapGraphics
    Inherits GcGraphics
    Implements IDisposable</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcBitmapGraphics_Bitmap" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.Bitmap">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.Bitmap.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_Bitmap">Bitmap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the source <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmap.html">GcBitmap</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcBitmapGraphics_Height" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.Height">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.Height.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height of the image, in DIPs.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcBitmapGraphics_Renderer" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.Renderer">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.Renderer.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_Renderer">Renderer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Imaging.BitmapRenderer.html">BitmapRenderer</a> that is used to draw on the <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmap.html">GcBitmap</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcBitmapGraphics_Resolution" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.Resolution">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.Resolution.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_Resolution">Resolution</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the resolution of the current graphics (always 96 DPI for <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.html">GcBitmapGraphics</a>).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcBitmapGraphics_SurfaceResolution" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.SurfaceResolution">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.SurfaceResolution.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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_Imaging_GcBitmapGraphics_Transform" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.Transform">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.Transform.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_Transform">Transform</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the transformation matrix of the current graphics.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcBitmapGraphics_Width" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.Width">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.Width.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the image, in DIPs.</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_Imaging_GcBitmapGraphics_CreateTransparencyMask_GrapeCity_Documents_Drawing_IGcTransparencyGroup_GrapeCity_Documents_Drawing_TransparencyMaskType_System_Drawing_Rectangle_GrapeCity_Documents_Drawing_IGcTransparencyMaskFilter_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.CreateTransparencyMask(GrapeCity.Documents.Drawing.IGcTransparencyGroup,GrapeCity.Documents.Drawing.TransparencyMaskType,System.Drawing.Rectangle,GrapeCity.Documents.Drawing.IGcTransparencyMaskFilter)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.CreateTransparencyMask.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_CreateTransparencyMask_GrapeCity_Documents_Drawing_IGcTransparencyGroup_GrapeCity_Documents_Drawing_TransparencyMaskType_System_Drawing_Rectangle_GrapeCity_Documents_Drawing_IGcTransparencyMaskFilter_">CreateTransparencyMask(IGcTransparencyGroup, TransparencyMaskType, Rectangle, IGcTransparencyMaskFilter)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcBitmapGraphics_Dispose_System_Boolean_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.Dispose(System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.Dispose.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs cleanup operations on managed and unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcBitmapGraphics_GetBlendMode" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.GetBlendMode">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.GetBlendMode.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_GetBlendMode">GetBlendMode()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcBitmapGraphics_GetGlyphPathCache" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.GetGlyphPathCache">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.GetGlyphPathCache.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_GetGlyphPathCache">GetGlyphPathCache()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.
Can be overridden in derived class and should return an <span class="xref">GrapeCity.Documents.Drawing.IGlyphPathCache</span>
object to cache glyphs' paths during rendering.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcBitmapGraphics_GetInterpolationMode" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.GetInterpolationMode">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.GetInterpolationMode.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_GetInterpolationMode">GetInterpolationMode()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcBitmapGraphics_InternalCreateClipRegion_GrapeCity_Documents_Drawing_IPath_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalCreateClipRegion(GrapeCity.Documents.Drawing.IPath)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalCreateClipRegion.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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_Imaging_GcBitmapGraphics_InternalCreateClipRegion_System_Drawing_RectangleF_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalCreateClipRegion(System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalCreateClipRegion.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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_Imaging_GcBitmapGraphics_InternalCreatePath" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalCreatePath">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalCreatePath.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_InternalCreatePath">InternalCreatePath()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcBitmapGraphics_InternalDrawEllipse_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalDrawEllipse(System.Drawing.RectangleF,GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalDrawEllipse.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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_Imaging_GcBitmapGraphics_InternalDrawImage_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_IImage_System_Single_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalDrawImage(System.Drawing.RectangleF,GrapeCity.Documents.Drawing.IImage,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalDrawImage.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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_Imaging_GcBitmapGraphics_InternalDrawLine_System_Drawing_PointF_System_Drawing_PointF_GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalDrawLine(System.Drawing.PointF,System.Drawing.PointF,GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalDrawLine.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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_Imaging_GcBitmapGraphics_InternalDrawLines_System_Drawing_PointF___GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalDrawLines(System.Drawing.PointF[],GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalDrawLines.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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_Imaging_GcBitmapGraphics_InternalDrawPath_GrapeCity_Documents_Drawing_IPath_GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalDrawPath(GrapeCity.Documents.Drawing.IPath,GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalDrawPath.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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_Imaging_GcBitmapGraphics_InternalDrawPolygon_System_Drawing_PointF___GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalDrawPolygon(System.Drawing.PointF[],GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalDrawPolygon.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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_Imaging_GcBitmapGraphics_InternalDrawRectangle_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalDrawRectangle(System.Drawing.RectangleF,GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalDrawRectangle.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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_Imaging_GcBitmapGraphics_InternalDrawRoundRect_System_Drawing_RectangleF_System_Single_System_Single_GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalDrawRoundRect(System.Drawing.RectangleF,System.Single,System.Single,GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalDrawRoundRect.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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_Imaging_GcBitmapGraphics_InternalDrawTextLayout_GrapeCity_Documents_Text_TextLayout_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalDrawTextLayout(GrapeCity.Documents.Text.TextLayout,System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalDrawTextLayout.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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_Imaging_GcBitmapGraphics_InternalDrawTextLayoutAsPath_GrapeCity_Documents_Text_TextLayout_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalDrawTextLayoutAsPath(GrapeCity.Documents.Text.TextLayout,System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalDrawTextLayoutAsPath.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_InternalDrawTextLayoutAsPath_GrapeCity_Documents_Text_TextLayout_System_Drawing_PointF_">InternalDrawTextLayoutAsPath(TextLayout, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcBitmapGraphics_InternalFillEllipse_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalFillEllipse(System.Drawing.RectangleF,GrapeCity.Documents.Drawing.Brush,System.Nullable{System.Drawing.RectangleF},System.Nullable{System.Numerics.Matrix3x2})">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalFillEllipse.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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_Imaging_GcBitmapGraphics_InternalFillEllipse_System_Drawing_RectangleF_System_Drawing_Color_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalFillEllipse(System.Drawing.RectangleF,System.Drawing.Color)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalFillEllipse.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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_Imaging_GcBitmapGraphics_InternalFillPath_GrapeCity_Documents_Drawing_IPath_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.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.Imaging.GcBitmapGraphics.InternalFillPath.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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_Imaging_GcBitmapGraphics_InternalFillPath_GrapeCity_Documents_Drawing_IPath_System_Drawing_Color_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalFillPath(GrapeCity.Documents.Drawing.IPath,System.Drawing.Color)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalFillPath.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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_Imaging_GcBitmapGraphics_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.Imaging.GcBitmapGraphics.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.Imaging.GcBitmapGraphics.InternalFillPolygon.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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_Imaging_GcBitmapGraphics_InternalFillPolygon_System_Drawing_PointF___System_Drawing_Color_GrapeCity_Documents_Drawing_FillMode_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalFillPolygon(System.Drawing.PointF[],System.Drawing.Color,GrapeCity.Documents.Drawing.FillMode)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalFillPolygon.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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_Imaging_GcBitmapGraphics_InternalFillRectangle_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_Brush_System_Nullable_System_Drawing_RectangleF__System_Nullable_System_Numerics_Matrix3x2__" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalFillRectangle(System.Drawing.RectangleF,GrapeCity.Documents.Drawing.Brush,System.Nullable{System.Drawing.RectangleF},System.Nullable{System.Numerics.Matrix3x2})">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalFillRectangle.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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_Imaging_GcBitmapGraphics_InternalFillRectangle_System_Drawing_RectangleF_System_Drawing_Color_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalFillRectangle(System.Drawing.RectangleF,System.Drawing.Color)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalFillRectangle.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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_Imaging_GcBitmapGraphics_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.Imaging.GcBitmapGraphics.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.Imaging.GcBitmapGraphics.InternalFillRoundRect.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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_Imaging_GcBitmapGraphics_InternalFillRoundRect_System_Drawing_RectangleF_System_Single_System_Single_System_Drawing_Color_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalFillRoundRect(System.Drawing.RectangleF,System.Single,System.Single,System.Drawing.Color)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalFillRoundRect.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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_Imaging_GcBitmapGraphics_InternalRemoveClip_GrapeCity_Documents_Drawing_IClipRegion_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalRemoveClip(GrapeCity.Documents.Drawing.IClipRegion)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalRemoveClip.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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_Imaging_GcBitmapGraphics_InternalSetClip_GrapeCity_Documents_Drawing_IClipRegion_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalSetClip(GrapeCity.Documents.Drawing.IClipRegion)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalSetClip.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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_Imaging_GcBitmapGraphics_IsBlendModeSupported_GrapeCity_Documents_Drawing_BlendMode_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.IsBlendModeSupported(GrapeCity.Documents.Drawing.BlendMode)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.IsBlendModeSupported.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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>
<p><a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.html">GcBitmapGraphics</a> supports all blend modes, so this method always returns <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcBitmapGraphics_IsInterpolationModeSupported_GrapeCity_Documents_Drawing_InterpolationMode_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.IsInterpolationModeSupported(GrapeCity.Documents.Drawing.InterpolationMode)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.IsInterpolationModeSupported.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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>
<p><a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.html">GcBitmapGraphics</a> supports all interpolation modes, so this method always returns <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcBitmapGraphics_PopTransparencyLayer" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.PopTransparencyLayer">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.PopTransparencyLayer.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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.Imaging.GcBitmapGraphics.PushTransparencyLayer.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_PushTransparencyLayer_System_Nullable_System_Drawing_RectangleF__System_Single_">PushTransparencyLayer(RectangleF?, float)</a> call.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcBitmapGraphics_PushTransparencyLayer_System_Nullable_System_Drawing_RectangleF__System_Single_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.PushTransparencyLayer(System.Nullable{System.Drawing.RectangleF},System.Single)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.PushTransparencyLayer.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_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 <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.html">GcBitmapGraphics</a> so that it receives all subsequent drawing
operations until <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.PopTransparencyLayer.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_PopTransparencyLayer">PopTransparencyLayer()</a> is called.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcBitmapGraphics_SetBlendMode_GrapeCity_Documents_Drawing_BlendMode_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.SetBlendMode(GrapeCity.Documents.Drawing.BlendMode)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.SetBlendMode.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_SetBlendMode_GrapeCity_Documents_Drawing_BlendMode_">SetBlendMode(BlendMode)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcBitmapGraphics_SetInterpolationMode_GrapeCity_Documents_Drawing_InterpolationMode_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.SetInterpolationMode(GrapeCity.Documents.Drawing.InterpolationMode)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.SetInterpolationMode.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_SetInterpolationMode_GrapeCity_Documents_Drawing_InterpolationMode_">SetInterpolationMode(InterpolationMode)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcBitmapGraphics_SetTransparencyMask_System_Object_" data-uid="GrapeCity.Documents.Imaging.GcBitmapGraphics.SetTransparencyMask(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmapGraphics.SetTransparencyMask.html#GrapeCity_Documents_Imaging_GcBitmapGraphics_SetTransparencyMask_System_Object_">SetTransparencyMask(object)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
