# C1.Framework.Drawing.Gdi.Graphics

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_Drawing_Gdi_Graphics" data-uid="C1.Framework.Drawing.Gdi.Graphics" class="text-break">Graphics Class
</h1>
  <div class="markdown level0 summary"><p>Represents the gdi graphics object that handles the gdi device context.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><span class="xref">Graphics</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="C1.Framework.Drawing.Gdi.html">C1.Framework.Drawing.Gdi</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Framework_Drawing_Gdi_Graphics_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class Graphics : MarshalByRefObject, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class Graphics
    Inherits MarshalByRefObject
    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="C1_Framework_Drawing_Gdi_Graphics__ctor_C1_Framework_Drawing_Gdi_DeviceContexts_DeviceContext_" data-uid="C1.Framework.Drawing.Gdi.Graphics.#ctor(C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.-ctor.html#C1_Framework_Drawing_Gdi_Graphics__ctor_C1_Framework_Drawing_Gdi_DeviceContexts_DeviceContext_">Graphics(DeviceContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.html">Graphics</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_Default" data-uid="C1.Framework.Drawing.Gdi.Graphics.Default">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.Default.html">Default</a>
        </td>
        <td class="markdown level1 summary"><p>A static <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.html">Graphics</a> used to measure geometries.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_ClipBound" data-uid="C1.Framework.Drawing.Gdi.Graphics.ClipBound">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.ClipBound.html#C1_Framework_Drawing_Gdi_Graphics_ClipBound">ClipBound</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a> structure that bounds the clipping region of this <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.html">Graphics</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_DeviceContext" data-uid="C1.Framework.Drawing.Gdi.Graphics.DeviceContext">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.DeviceContext.html#C1_Framework_Drawing_Gdi_Graphics_DeviceContext">DeviceContext</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.DeviceContext.html#C1_Framework_Drawing_Gdi_Graphics_DeviceContext">DeviceContext</a> of the <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.html">Graphics</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_DpiX" data-uid="C1.Framework.Drawing.Gdi.Graphics.DpiX">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.DpiX.html#C1_Framework_Drawing_Gdi_Graphics_DpiX">DpiX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the horizontal resolution of this Graphics object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_DpiY" data-uid="C1.Framework.Drawing.Gdi.Graphics.DpiY">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.DpiY.html#C1_Framework_Drawing_Gdi_Graphics_DpiY">DpiY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the vertical resolution of this Graphics object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_PageScale" data-uid="C1.Framework.Drawing.Gdi.Graphics.PageScale">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.PageScale.html#C1_Framework_Drawing_Gdi_Graphics_PageScale">PageScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the scaling between world units and page units for this <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.html">Graphics</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_PageUnit" data-uid="C1.Framework.Drawing.Gdi.Graphics.PageUnit">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.PageUnit.html#C1_Framework_Drawing_Gdi_Graphics_PageUnit">PageUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the unit of measure used for page coordinates in this <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.html">Graphics</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_Transform" data-uid="C1.Framework.Drawing.Gdi.Graphics.Transform">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.Transform.html#C1_Framework_Drawing_Gdi_Graphics_Transform">Transform</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the world transformation for this <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.html">Graphics</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_Copy_C1_Framework_Drawing_Gdi_Graphics_System_Drawing_Rectangle_System_Drawing_Point_" data-uid="C1.Framework.Drawing.Gdi.Graphics.Copy(C1.Framework.Drawing.Gdi.Graphics,System.Drawing.Rectangle,System.Drawing.Point)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.Copy.html#C1_Framework_Drawing_Gdi_Graphics_Copy_C1_Framework_Drawing_Gdi_Graphics_System_Drawing_Rectangle_System_Drawing_Point_">Copy(Graphics, Rectangle, Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs a bit-block transfer of the color data corresponding to a rectangle of pixels from
the specified source <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.html">Graphics</a> object into a destination <b>Graphics</b> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_Copy_C1_Framework_Drawing_Gdi_Graphics_System_Drawing_Rectangle_System_Drawing_Rectangle_" data-uid="C1.Framework.Drawing.Gdi.Graphics.Copy(C1.Framework.Drawing.Gdi.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.Copy.html#C1_Framework_Drawing_Gdi_Graphics_Copy_C1_Framework_Drawing_Gdi_Graphics_System_Drawing_Rectangle_System_Drawing_Rectangle_">Copy(Graphics, Rectangle, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs a bit-block transfer of the color data corresponding to a rectangle of pixels from
the specified source <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.html">Graphics</a> object into a destination <b>Graphics</b> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_Dispose" data-uid="C1.Framework.Drawing.Gdi.Graphics.Dispose">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.Dispose.html#C1_Framework_Drawing_Gdi_Graphics_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Releases all resources used by this <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.html">Graphics</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_DrawArc_C1_Framework_Drawing_Gdi_Pen_System_Drawing_Rectangle_System_Single_System_Single_" data-uid="C1.Framework.Drawing.Gdi.Graphics.DrawArc(C1.Framework.Drawing.Gdi.Pen,System.Drawing.Rectangle,System.Single,System.Single)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.DrawArc.html#C1_Framework_Drawing_Gdi_Graphics_DrawArc_C1_Framework_Drawing_Gdi_Pen_System_Drawing_Rectangle_System_Single_System_Single_">DrawArc(Pen, Rectangle, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw the special arc by using the given pen</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_DrawBezier_C1_Framework_Drawing_Gdi_Pen_System_Drawing_Point_System_Drawing_Point_System_Drawing_Point_System_Drawing_Point_" data-uid="C1.Framework.Drawing.Gdi.Graphics.DrawBezier(C1.Framework.Drawing.Gdi.Pen,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.DrawBezier.html#C1_Framework_Drawing_Gdi_Graphics_DrawBezier_C1_Framework_Drawing_Gdi_Pen_System_Drawing_Point_System_Drawing_Point_System_Drawing_Point_System_Drawing_Point_">DrawBezier(Pen, Point, Point, Point, Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws one Bezier curves on current <code>Graphics</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_DrawBeziers_C1_Framework_Drawing_Gdi_Pen_System_Drawing_Point___" data-uid="C1.Framework.Drawing.Gdi.Graphics.DrawBeziers(C1.Framework.Drawing.Gdi.Pen,System.Drawing.Point[])">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.DrawBeziers.html#C1_Framework_Drawing_Gdi_Graphics_DrawBeziers_C1_Framework_Drawing_Gdi_Pen_System_Drawing_Point___">DrawBeziers(Pen, Point[])</a>
        </td>
        <td class="markdown level1 summary"><p>Draw the special Bezier curve on current <code>Graphics</code> by using the special pen.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_DrawEllipse_C1_Framework_Drawing_Gdi_Pen_System_Drawing_Rectangle_" data-uid="C1.Framework.Drawing.Gdi.Graphics.DrawEllipse(C1.Framework.Drawing.Gdi.Pen,System.Drawing.Rectangle)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.DrawEllipse.html#C1_Framework_Drawing_Gdi_Graphics_DrawEllipse_C1_Framework_Drawing_Gdi_Pen_System_Drawing_Rectangle_">DrawEllipse(Pen, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw the special ellipse by using the given pen</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_DrawLine_C1_Framework_Drawing_Gdi_Pen_System_Drawing_Point_System_Drawing_Point_" data-uid="C1.Framework.Drawing.Gdi.Graphics.DrawLine(C1.Framework.Drawing.Gdi.Pen,System.Drawing.Point,System.Drawing.Point)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.DrawLine.html#C1_Framework_Drawing_Gdi_Graphics_DrawLine_C1_Framework_Drawing_Gdi_Pen_System_Drawing_Point_System_Drawing_Point_">DrawLine(Pen, Point, Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw the special line by using given pen</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_DrawLines_C1_Framework_Drawing_Gdi_Pen_System_Drawing_Point___" data-uid="C1.Framework.Drawing.Gdi.Graphics.DrawLines(C1.Framework.Drawing.Gdi.Pen,System.Drawing.Point[])">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.DrawLines.html#C1_Framework_Drawing_Gdi_Graphics_DrawLines_C1_Framework_Drawing_Gdi_Pen_System_Drawing_Point___">DrawLines(Pen, Point[])</a>
        </td>
        <td class="markdown level1 summary"><p>Draw the special lines on current <code>Graphics</code> by using the special pen.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_DrawRectangle_C1_Framework_Drawing_Gdi_Pen_System_Drawing_Rectangle_" data-uid="C1.Framework.Drawing.Gdi.Graphics.DrawRectangle(C1.Framework.Drawing.Gdi.Pen,System.Drawing.Rectangle)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.DrawRectangle.html#C1_Framework_Drawing_Gdi_Graphics_DrawRectangle_C1_Framework_Drawing_Gdi_Pen_System_Drawing_Rectangle_">DrawRectangle(Pen, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw the special rectangle by using the given pen</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_DrawString_System_String_C1_Framework_Drawing_Gdi_Font_C1_Framework_Drawing_Gdi_Brush_System_Drawing_Point_C1_Framework_Drawing_Gdi_StringFormat_" data-uid="C1.Framework.Drawing.Gdi.Graphics.DrawString(System.String,C1.Framework.Drawing.Gdi.Font,C1.Framework.Drawing.Gdi.Brush,System.Drawing.Point,C1.Framework.Drawing.Gdi.StringFormat)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.DrawString.html#C1_Framework_Drawing_Gdi_Graphics_DrawString_System_String_C1_Framework_Drawing_Gdi_Font_C1_Framework_Drawing_Gdi_Brush_System_Drawing_Point_C1_Framework_Drawing_Gdi_StringFormat_">DrawString(string, Font, Brush, Point, StringFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text string at the specified location with the specified
Brush and Font objects using the formatting attributes of the specified StringFormat object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_DrawString_System_String_C1_Framework_Drawing_Gdi_Font_C1_Framework_Drawing_Gdi_Brush_System_Drawing_Rectangle_C1_Framework_Drawing_Gdi_StringFormat_" data-uid="C1.Framework.Drawing.Gdi.Graphics.DrawString(System.String,C1.Framework.Drawing.Gdi.Font,C1.Framework.Drawing.Gdi.Brush,System.Drawing.Rectangle,C1.Framework.Drawing.Gdi.StringFormat)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.DrawString.html#C1_Framework_Drawing_Gdi_Graphics_DrawString_System_String_C1_Framework_Drawing_Gdi_Font_C1_Framework_Drawing_Gdi_Brush_System_Drawing_Rectangle_C1_Framework_Drawing_Gdi_StringFormat_">DrawString(string, Font, Brush, Rectangle, StringFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text string in the specified rectangle with the specified
Brush and Font objects using the formatting attributes of the specified StringFormat object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_ExcludeClip_C1_Framework_Drawing_Gdi_Region_" data-uid="C1.Framework.Drawing.Gdi.Graphics.ExcludeClip(C1.Framework.Drawing.Gdi.Region)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.ExcludeClip.html#C1_Framework_Drawing_Gdi_Graphics_ExcludeClip_C1_Framework_Drawing_Gdi_Region_">ExcludeClip(Region)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the clip region of this <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.html">Graphics</a> object to exclude the area specified by a <a class="xref" href="C1.Framework.Drawing.Gdi.Region.html">Region</a>
object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_ExcludeClip_System_Drawing_Rectangle_" data-uid="C1.Framework.Drawing.Gdi.Graphics.ExcludeClip(System.Drawing.Rectangle)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.ExcludeClip.html#C1_Framework_Drawing_Gdi_Graphics_ExcludeClip_System_Drawing_Rectangle_">ExcludeClip(Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the clip region of this <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.html">Graphics</a> object to exclude the area specified by a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a>
structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_FillEllipse_C1_Framework_Drawing_Gdi_Brush_System_Drawing_Rectangle_" data-uid="C1.Framework.Drawing.Gdi.Graphics.FillEllipse(C1.Framework.Drawing.Gdi.Brush,System.Drawing.Rectangle)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.FillEllipse.html#C1_Framework_Drawing_Gdi_Graphics_FillEllipse_C1_Framework_Drawing_Gdi_Brush_System_Drawing_Rectangle_">FillEllipse(Brush, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Fill the special ellipse on current <code>Grapchis</code> by using special <code>brush</code></p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_FillPie_C1_Framework_Drawing_Gdi_Brush_System_Drawing_Rectangle_System_Single_System_Single_" data-uid="C1.Framework.Drawing.Gdi.Graphics.FillPie(C1.Framework.Drawing.Gdi.Brush,System.Drawing.Rectangle,System.Single,System.Single)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.FillPie.html#C1_Framework_Drawing_Gdi_Graphics_FillPie_C1_Framework_Drawing_Gdi_Brush_System_Drawing_Rectangle_System_Single_System_Single_">FillPie(Brush, Rectangle, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Fill the special pie on current <code>Grapchis</code> by using special <code>brush</code></p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_FillPolygon_C1_Framework_Drawing_Gdi_Brush_System_Drawing_Point___" data-uid="C1.Framework.Drawing.Gdi.Graphics.FillPolygon(C1.Framework.Drawing.Gdi.Brush,System.Drawing.Point[])">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.FillPolygon.html#C1_Framework_Drawing_Gdi_Graphics_FillPolygon_C1_Framework_Drawing_Gdi_Brush_System_Drawing_Point___">FillPolygon(Brush, Point[])</a>
        </td>
        <td class="markdown level1 summary"><p>Fill the special polygon on current <code>Grapchis</code> by using special <code>brush</code></p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_FillRectangle_C1_Framework_Drawing_Gdi_Brush_System_Drawing_Rectangle_" data-uid="C1.Framework.Drawing.Gdi.Graphics.FillRectangle(C1.Framework.Drawing.Gdi.Brush,System.Drawing.Rectangle)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.FillRectangle.html#C1_Framework_Drawing_Gdi_Graphics_FillRectangle_C1_Framework_Drawing_Gdi_Brush_System_Drawing_Rectangle_">FillRectangle(Brush, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Fill the specified rectangle by using the given brush.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_FillRegion_C1_Framework_Drawing_Gdi_Brush_C1_Framework_Drawing_Gdi_Region_" data-uid="C1.Framework.Drawing.Gdi.Graphics.FillRegion(C1.Framework.Drawing.Gdi.Brush,C1.Framework.Drawing.Gdi.Region)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.FillRegion.html#C1_Framework_Drawing_Gdi_Graphics_FillRegion_C1_Framework_Drawing_Gdi_Brush_C1_Framework_Drawing_Gdi_Region_">FillRegion(Brush, Region)</a>
        </td>
        <td class="markdown level1 summary"><p>Fill the special <code>region</code> on current <code>Grapchis</code> by using special <code>brush</code></p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_Finalize" data-uid="C1.Framework.Drawing.Gdi.Graphics.Finalize">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.Finalize.html#C1_Framework_Drawing_Gdi_Graphics_Finalize">~Graphics()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes this <b>Graphics</b>, and frees the memory allocated for it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_FromGdiplusGraphics_System_Drawing_Graphics_" data-uid="C1.Framework.Drawing.Gdi.Graphics.FromGdiplusGraphics(System.Drawing.Graphics)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.FromGdiplusGraphics.html#C1_Framework_Drawing_Gdi_Graphics_FromGdiplusGraphics_System_Drawing_Graphics_">FromGdiplusGraphics(Graphics)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new gdi graphics from a gdi+ graphics.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_FromGdiplusGraphics_System_Drawing_Graphics_System_Boolean_" data-uid="C1.Framework.Drawing.Gdi.Graphics.FromGdiplusGraphics(System.Drawing.Graphics,System.Boolean)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.FromGdiplusGraphics.html#C1_Framework_Drawing_Gdi_Graphics_FromGdiplusGraphics_System_Drawing_Graphics_System_Boolean_">FromGdiplusGraphics(Graphics, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new gdi graphics from a gdi+ graphics.
This method kept the clip region, but remains low performance, when <code class="paramref">keptClipRegion</code> is set to true.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_GetClip" data-uid="C1.Framework.Drawing.Gdi.Graphics.GetClip">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.GetClip.html#C1_Framework_Drawing_Gdi_Graphics_GetClip">GetClip()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the region of the current clipping region of graphics.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_IntersectClip_C1_Framework_Drawing_Gdi_Region_" data-uid="C1.Framework.Drawing.Gdi.Graphics.IntersectClip(C1.Framework.Drawing.Gdi.Region)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.IntersectClip.html#C1_Framework_Drawing_Gdi_Graphics_IntersectClip_C1_Framework_Drawing_Gdi_Region_">IntersectClip(Region)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the clip region of this <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.html">Graphics</a> object to the intersection of the current clip region and
the specified <a class="xref" href="C1.Framework.Drawing.Gdi.Region.html">Region</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_IntersectClip_System_Drawing_Rectangle_" data-uid="C1.Framework.Drawing.Gdi.Graphics.IntersectClip(System.Drawing.Rectangle)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.IntersectClip.html#C1_Framework_Drawing_Gdi_Graphics_IntersectClip_System_Drawing_Rectangle_">IntersectClip(Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the clip region of this <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.html">Graphics</a> object to the intersection of the current clip region and
the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_MeasureString_System_String_C1_Framework_Drawing_Gdi_Font_System_Drawing_Size_C1_Framework_Drawing_Gdi_StringFormat_" data-uid="C1.Framework.Drawing.Gdi.Graphics.MeasureString(System.String,C1.Framework.Drawing.Gdi.Font,System.Drawing.Size,C1.Framework.Drawing.Gdi.StringFormat)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.MeasureString.html#C1_Framework_Drawing_Gdi_Graphics_MeasureString_System_String_C1_Framework_Drawing_Gdi_Font_System_Drawing_Size_C1_Framework_Drawing_Gdi_StringFormat_">MeasureString(string, Font, Size, StringFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Measures the specified string when drawn with the specified Font object and formatted with the specified StringFormat object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_Scroll_System_Int32_System_Int32_System_Drawing_Rectangle_" data-uid="C1.Framework.Drawing.Gdi.Graphics.Scroll(System.Int32,System.Int32,System.Drawing.Rectangle)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.Scroll.html#C1_Framework_Drawing_Gdi_Graphics_Scroll_System_Int32_System_Int32_System_Drawing_Rectangle_">Scroll(int, int, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the specified rectangle by offfset values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_SetClip_C1_Framework_Drawing_Gdi_Region_" data-uid="C1.Framework.Drawing.Gdi.Graphics.SetClip(C1.Framework.Drawing.Gdi.Region)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.SetClip.html#C1_Framework_Drawing_Gdi_Graphics_SetClip_C1_Framework_Drawing_Gdi_Region_">SetClip(Region)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the clipping region of this <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.html">Graphics</a> object to the result of the Replace combining
the current clip region and the specified <a class="xref" href="C1.Framework.Drawing.Gdi.Region.html">Region</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_SetClip_C1_Framework_Drawing_Gdi_Region_System_Drawing_Drawing2D_CombineMode_" data-uid="C1.Framework.Drawing.Gdi.Graphics.SetClip(C1.Framework.Drawing.Gdi.Region,System.Drawing.Drawing2D.CombineMode)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.SetClip.html#C1_Framework_Drawing_Gdi_Graphics_SetClip_C1_Framework_Drawing_Gdi_Region_System_Drawing_Drawing2D_CombineMode_">SetClip(Region, CombineMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the clipping region of this <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.html">Graphics</a> object to the result of the specified operation combining
the current clip region and the specified <a class="xref" href="C1.Framework.Drawing.Gdi.Region.html">Region</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_SetClip_System_Drawing_Rectangle_" data-uid="C1.Framework.Drawing.Gdi.Graphics.SetClip(System.Drawing.Rectangle)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.SetClip.html#C1_Framework_Drawing_Gdi_Graphics_SetClip_System_Drawing_Rectangle_">SetClip(Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the clipping region of this <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.html">Graphics</a> object
to the rectangle specified by a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_SetClip_System_Drawing_Rectangle_System_Drawing_Drawing2D_CombineMode_" data-uid="C1.Framework.Drawing.Gdi.Graphics.SetClip(System.Drawing.Rectangle,System.Drawing.Drawing2D.CombineMode)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.SetClip.html#C1_Framework_Drawing_Gdi_Graphics_SetClip_System_Drawing_Rectangle_System_Drawing_Drawing2D_CombineMode_">SetClip(Rectangle, CombineMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the clipping region of this <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.html">Graphics</a> object to the result of the specified operation combining
the current clip region and the rectangle specified by a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_ToGdiplusGraphics_C1_Framework_Drawing_Gdi_Graphics_" data-uid="C1.Framework.Drawing.Gdi.Graphics.ToGdiplusGraphics(C1.Framework.Drawing.Gdi.Graphics)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.ToGdiplusGraphics.html#C1_Framework_Drawing_Gdi_Graphics_ToGdiplusGraphics_C1_Framework_Drawing_Gdi_Graphics_">ToGdiplusGraphics(Graphics)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new gdi+ graphics from a gdi graphics.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_TranslateClip_System_Int32_System_Int32_" data-uid="C1.Framework.Drawing.Gdi.Graphics.TranslateClip(System.Int32,System.Int32)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.TranslateClip.html#C1_Framework_Drawing_Gdi_Graphics_TranslateClip_System_Int32_System_Int32_">TranslateClip(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Translates the clipping region of this Graphics object by specified amounts in the horizontal and vertical directions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Graphics_TranslateTransform_System_Int32_System_Int32_" data-uid="C1.Framework.Drawing.Gdi.Graphics.TranslateTransform(System.Int32,System.Int32)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.TranslateTransform.html#C1_Framework_Drawing_Gdi_Graphics_TranslateTransform_System_Int32_System_Int32_">TranslateTransform(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this <a class="xref" href="C1.Framework.Drawing.Gdi.Graphics.html">Graphics</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
