# C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.SetPixel

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Framework_Drawing_Gdi_DeviceContexts_DeviceContext_SetPixel_" data-uid="C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.SetPixel*">SetPixel Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Framework_Drawing_Gdi_DeviceContexts_DeviceContext_SetPixel_" data-uid="C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.SetPixel*"></a>
<h4 id="C1_Framework_Drawing_Gdi_DeviceContexts_DeviceContext_SetPixel_System_Drawing_Color_System_Drawing_Point_" data-uid="C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.SetPixel(System.Drawing.Color,System.Drawing.Point)">SetPixel(Color, Point)</h4>
<div class="markdown level1 summary"><p>Sets the pixel at the specified coordinates to the closest approximation of the specified color.
The point must be in the clipping region and the visible part of the device surface.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void SetPixel(Color color, Point point)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub SetPixel(color As Color, point As Point)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color</span></td>
      <td><p>Specifies the color to be used to paint the point.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.point">Point</a></td>
      <td><span class="parametername">point</span></td>
      <td><p>Specifies the coordinate, in logical units, of the point to be set.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
