# C1.WPF.Bitmap.C1Bitmap

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Bitmap_C1Bitmap" data-uid="C1.WPF.Bitmap.C1Bitmap" class="text-break">C1Bitmap Class
</h1>
  <div class="markdown level0 summary"><p>Represents an uncompressed in-memory bitmap for the purpose of its conversion and transformation.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">C1Bitmap</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.WPF.Bitmap.html">C1.WPF.Bitmap</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Bitmap.4.6.2.dll</h6>
  <h5 id="C1_WPF_Bitmap_C1Bitmap_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1Bitmap : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1Bitmap
    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_WPF_Bitmap_C1Bitmap__ctor" data-uid="C1.WPF.Bitmap.C1Bitmap.#ctor">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.-ctor.html#C1_WPF_Bitmap_C1Bitmap__ctor">C1Bitmap()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.html">C1Bitmap</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap__ctor_C1_Util_DX_WIC_ImagingFactory_" data-uid="C1.WPF.Bitmap.C1Bitmap.#ctor(C1.Util.DX.WIC.ImagingFactory)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.-ctor.html#C1_WPF_Bitmap_C1Bitmap__ctor_C1_Util_DX_WIC_ImagingFactory_">C1Bitmap(ImagingFactory)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.html">C1Bitmap</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="C1_WPF_Bitmap_C1Bitmap_ContainerFormat" data-uid="C1.WPF.Bitmap.C1Bitmap.ContainerFormat">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.ContainerFormat.html#C1_WPF_Bitmap_C1Bitmap_ContainerFormat">ContainerFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the container format for images loaded from a stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_DpiX" data-uid="C1.WPF.Bitmap.C1Bitmap.DpiX">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.DpiX.html#C1_WPF_Bitmap_C1Bitmap_DpiX">DpiX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the x-axis dpi resolution.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_DpiY" data-uid="C1.WPF.Bitmap.C1Bitmap.DpiY">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.DpiY.html#C1_WPF_Bitmap_C1Bitmap_DpiY">DpiY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the y-axis dpi resolution.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_ExtendedMetadata" data-uid="C1.WPF.Bitmap.C1Bitmap.ExtendedMetadata">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.ExtendedMetadata.html#C1_WPF_Bitmap_C1Bitmap_ExtendedMetadata">ExtendedMetadata</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the Global and Frame metadata dictionaries should be loaded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_FrameMetadata" data-uid="C1.WPF.Bitmap.C1Bitmap.FrameMetadata">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.FrameMetadata.html#C1_WPF_Bitmap_C1Bitmap_FrameMetadata">FrameMetadata</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the frame level metadata for JPG, PNG, JPEG-XR, GIF, TIFF images.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_GlobalMetadata" data-uid="C1.WPF.Bitmap.C1Bitmap.GlobalMetadata">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.GlobalMetadata.html#C1_WPF_Bitmap_C1Bitmap_GlobalMetadata">GlobalMetadata</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the global level metadata for GIF images.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_HasImage" data-uid="C1.WPF.Bitmap.C1Bitmap.HasImage">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.HasImage.html#C1_WPF_Bitmap_C1Bitmap_HasImage">HasImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the internal image is loaded or created.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_HasMetadata" data-uid="C1.WPF.Bitmap.C1Bitmap.HasMetadata">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.HasMetadata.html#C1_WPF_Bitmap_C1Bitmap_HasMetadata">HasMetadata</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the image metadata is loaded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_ImagingFactory" data-uid="C1.WPF.Bitmap.C1Bitmap.ImagingFactory">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.ImagingFactory.html#C1_WPF_Bitmap_C1Bitmap_ImagingFactory">ImagingFactory</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the imaging factory that is used in this bitmap.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_IsDisposed" data-uid="C1.WPF.Bitmap.C1Bitmap.IsDisposed">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.IsDisposed.html#C1_WPF_Bitmap_C1Bitmap_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the instance of the <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.html">C1Bitmap</a> class has been disposed of.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_NativeBitmap" data-uid="C1.WPF.Bitmap.C1Bitmap.NativeBitmap">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.NativeBitmap.html#C1_WPF_Bitmap_C1Bitmap_NativeBitmap">NativeBitmap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the internal image that is an IWICBitmap.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_PixelFormat" data-uid="C1.WPF.Bitmap.C1Bitmap.PixelFormat">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.PixelFormat.html#C1_WPF_Bitmap_C1Bitmap_PixelFormat">PixelFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the pixel format of the image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_PixelHeight" data-uid="C1.WPF.Bitmap.C1Bitmap.PixelHeight">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.PixelHeight.html#C1_WPF_Bitmap_C1Bitmap_PixelHeight">PixelHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the pixel height of the image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_PixelWidth" data-uid="C1.WPF.Bitmap.C1Bitmap.PixelWidth">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.PixelWidth.html#C1_WPF_Bitmap_C1Bitmap_PixelWidth">PixelWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the pixel width of the image.</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_WPF_Bitmap_C1Bitmap_BitsPerPixel_C1_WPF_Bitmap_PixelFormat_" data-uid="C1.WPF.Bitmap.C1Bitmap.BitsPerPixel(C1.WPF.Bitmap.PixelFormat)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.BitsPerPixel.html#C1_WPF_Bitmap_C1Bitmap_BitsPerPixel_C1_WPF_Bitmap_PixelFormat_">BitsPerPixel(PixelFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the number of bits-per-pixel (bpp) for the given value of the PixelFormat enumeration.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_CanConvertTo_C1_WPF_Bitmap_PixelFormat_" data-uid="C1.WPF.Bitmap.C1Bitmap.CanConvertTo(C1.WPF.Bitmap.PixelFormat)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.CanConvertTo.html#C1_WPF_Bitmap_C1Bitmap_CanConvertTo_C1_WPF_Bitmap_PixelFormat_">CanConvertTo(PixelFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the current pixel format can be converted to the destination pixel format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_CreateImage_System_Int32_System_Int32_C1_WPF_Bitmap_PixelFormat_" data-uid="C1.WPF.Bitmap.C1Bitmap.CreateImage(System.Int32,System.Int32,C1.WPF.Bitmap.PixelFormat)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.CreateImage.html#C1_WPF_Bitmap_C1Bitmap_CreateImage_System_Int32_System_Int32_C1_WPF_Bitmap_PixelFormat_">CreateImage(int, int, PixelFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the internal image of the given size with uninitialized content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_CreatePaletteFromBitmap_System_Int32_System_Boolean_" data-uid="C1.WPF.Bitmap.C1Bitmap.CreatePaletteFromBitmap(System.Int32,System.Boolean)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.CreatePaletteFromBitmap.html#C1_WPF_Bitmap_C1Bitmap_CreatePaletteFromBitmap_System_Int32_System_Boolean_">CreatePaletteFromBitmap(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a palette using a computed optimized values based on the bitmap.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_CreatePredefinedPalette_C1_WPF_Bitmap_PaletteType_System_Boolean_" data-uid="C1.WPF.Bitmap.C1Bitmap.CreatePredefinedPalette(C1.WPF.Bitmap.PaletteType,System.Boolean)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.CreatePredefinedPalette.html#C1_WPF_Bitmap_C1Bitmap_CreatePredefinedPalette_C1_WPF_Bitmap_PaletteType_System_Boolean_">CreatePredefinedPalette(PaletteType, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one of the pre-defined palettes specified by PaletteType and optionally adds a transparent color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_DiscardImage" data-uid="C1.WPF.Bitmap.C1Bitmap.DiscardImage">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.DiscardImage.html#C1_WPF_Bitmap_C1Bitmap_DiscardImage">DiscardImage()</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the internal image and clears all metadata.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_Dispose" data-uid="C1.WPF.Bitmap.C1Bitmap.Dispose">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.Dispose.html#C1_WPF_Bitmap_C1Bitmap_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_Dispose_System_Boolean_" data-uid="C1.WPF.Bitmap.C1Bitmap.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.Dispose.html#C1_WPF_Bitmap_C1Bitmap_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="C1_WPF_Bitmap_C1Bitmap_ExportFragment_System_IntPtr_C1_WPF_Bitmap_ImageRect_" data-uid="C1.WPF.Bitmap.C1Bitmap.ExportFragment(System.IntPtr,C1.WPF.Bitmap.ImageRect)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.ExportFragment.html#C1_WPF_Bitmap_C1Bitmap_ExportFragment_System_IntPtr_C1_WPF_Bitmap_ImageRect_">ExportFragment(IntPtr, ImageRect)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies a fragment of the image to a unmanaged block of memory.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_ExportFragment_System_Windows_Media_Imaging_WriteableBitmap_C1_WPF_Bitmap_ImageRect_" data-uid="C1.WPF.Bitmap.C1Bitmap.ExportFragment(System.Windows.Media.Imaging.WriteableBitmap,C1.WPF.Bitmap.ImageRect)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.ExportFragment.html#C1_WPF_Bitmap_C1Bitmap_ExportFragment_System_Windows_Media_Imaging_WriteableBitmap_C1_WPF_Bitmap_ImageRect_">ExportFragment(WriteableBitmap, ImageRect)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies a fragment of the image to the given WriteableBitmap.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_Finalize" data-uid="C1.WPF.Bitmap.C1Bitmap.Finalize">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.Finalize.html#C1_WPF_Bitmap_C1Bitmap_Finalize">~C1Bitmap()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs cleanup operations on unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_FromWPFPixelFormat_System_Windows_Media_PixelFormat_" data-uid="C1.WPF.Bitmap.C1Bitmap.FromWPFPixelFormat(System.Windows.Media.PixelFormat)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.FromWPFPixelFormat.html#C1_WPF_Bitmap_C1Bitmap_FromWPFPixelFormat_System_Windows_Media_PixelFormat_">FromWPFPixelFormat(PixelFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a System.Windows.Media.PixelFormat to the PixelFormat enumeration value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_GetImageStride" data-uid="C1.WPF.Bitmap.C1Bitmap.GetImageStride">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.GetImageStride.html#C1_WPF_Bitmap_C1Bitmap_GetImageStride">GetImageStride()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the image stride (bytes per row).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_GetPalette" data-uid="C1.WPF.Bitmap.C1Bitmap.GetPalette">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.GetPalette.html#C1_WPF_Bitmap_C1Bitmap_GetPalette">GetPalette()</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves the color table for indexed pixel formats, or null for other formats.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_Import_C1_Util_DX_Direct2D_Bitmap1_" data-uid="C1.WPF.Bitmap.C1Bitmap.Import(C1.Util.DX.Direct2D.Bitmap1)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.Import.html#C1_WPF_Bitmap_C1Bitmap_Import_C1_Util_DX_Direct2D_Bitmap1_">Import(Bitmap1)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the image from a D2D.Bitmap1 (created with D2D.BitmapOptions.CpuRead).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_Import_C1_Util_DX_Direct2D_Bitmap1_C1_Util_DX_Direct2D_DeviceContext_C1_Util_DX_RectL_" data-uid="C1.WPF.Bitmap.C1Bitmap.Import(C1.Util.DX.Direct2D.Bitmap1,C1.Util.DX.Direct2D.DeviceContext,C1.Util.DX.RectL)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.Import.html#C1_WPF_Bitmap_C1Bitmap_Import_C1_Util_DX_Direct2D_Bitmap1_C1_Util_DX_Direct2D_DeviceContext_C1_Util_DX_RectL_">Import(Bitmap1, DeviceContext, RectL)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the image from a D2D.Bitmap1.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_Import_C1_WPF_Bitmap_C1Bitmap_" data-uid="C1.WPF.Bitmap.C1Bitmap.Import(C1.WPF.Bitmap.C1Bitmap)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.Import.html#C1_WPF_Bitmap_C1Bitmap_Import_C1_WPF_Bitmap_C1Bitmap_">Import(C1Bitmap)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the image from another instance of C1Bitmap.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_Import_System_Byte___System_Int32_System_Int32_C1_WPF_Bitmap_PixelFormat_" data-uid="C1.WPF.Bitmap.C1Bitmap.Import(System.Byte[],System.Int32,System.Int32,C1.WPF.Bitmap.PixelFormat)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.Import.html#C1_WPF_Bitmap_C1Bitmap_Import_System_Byte___System_Int32_System_Int32_C1_WPF_Bitmap_PixelFormat_">Import(byte[], int, int, PixelFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the image from a byte array containing the pixels buffer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_Import_System_Byte___System_Int32_System_Int32_System_Int32_C1_WPF_Bitmap_PixelFormat_" data-uid="C1.WPF.Bitmap.C1Bitmap.Import(System.Byte[],System.Int32,System.Int32,System.Int32,C1.WPF.Bitmap.PixelFormat)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.Import.html#C1_WPF_Bitmap_C1Bitmap_Import_System_Byte___System_Int32_System_Int32_System_Int32_C1_WPF_Bitmap_PixelFormat_">Import(byte[], int, int, int, PixelFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the image from a byte array containing the pixels buffer with specified stride (bytes per row of pixels).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_Import_System_IntPtr_System_Int32_System_Int32_C1_WPF_Bitmap_PixelFormat_" data-uid="C1.WPF.Bitmap.C1Bitmap.Import(System.IntPtr,System.Int32,System.Int32,C1.WPF.Bitmap.PixelFormat)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.Import.html#C1_WPF_Bitmap_C1Bitmap_Import_System_IntPtr_System_Int32_System_Int32_C1_WPF_Bitmap_PixelFormat_">Import(IntPtr, int, int, PixelFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the image from a unmanaged block of memory pointed by IntPtr.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_Import_System_IntPtr_System_Int32_System_Int32_System_Int32_C1_WPF_Bitmap_PixelFormat_" data-uid="C1.WPF.Bitmap.C1Bitmap.Import(System.IntPtr,System.Int32,System.Int32,System.Int32,C1.WPF.Bitmap.PixelFormat)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.Import.html#C1_WPF_Bitmap_C1Bitmap_Import_System_IntPtr_System_Int32_System_Int32_System_Int32_C1_WPF_Bitmap_PixelFormat_">Import(IntPtr, int, int, int, PixelFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the image from a unmanaged block of memory pointed by IntPtr and having the specified stride (bytes per row of pixels).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_Import_System_Windows_Media_Imaging_WriteableBitmap_" data-uid="C1.WPF.Bitmap.C1Bitmap.Import(System.Windows.Media.Imaging.WriteableBitmap)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.Import.html#C1_WPF_Bitmap_C1Bitmap_Import_System_Windows_Media_Imaging_WriteableBitmap_">Import(WriteableBitmap)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the image from a WriteableBitmap.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_ImportAsFragment_C1_Util_DX_Direct2D_Bitmap1_C1_Util_DX_Direct2D_DeviceContext_C1_Util_DX_RectL_System_Int32_System_Int32_" data-uid="C1.WPF.Bitmap.C1Bitmap.ImportAsFragment(C1.Util.DX.Direct2D.Bitmap1,C1.Util.DX.Direct2D.DeviceContext,C1.Util.DX.RectL,System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.ImportAsFragment.html#C1_WPF_Bitmap_C1Bitmap_ImportAsFragment_C1_Util_DX_Direct2D_Bitmap1_C1_Util_DX_Direct2D_DeviceContext_C1_Util_DX_RectL_System_Int32_System_Int32_">ImportAsFragment(Bitmap1, DeviceContext, RectL, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads a fragment of the D2D.Bitmap1 to the given destination within the image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_ImportAsFragment_C1_WPF_Bitmap_C1Bitmap_System_Int32_System_Int32_" data-uid="C1.WPF.Bitmap.C1Bitmap.ImportAsFragment(C1.WPF.Bitmap.C1Bitmap,System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.ImportAsFragment.html#C1_WPF_Bitmap_C1Bitmap_ImportAsFragment_C1_WPF_Bitmap_C1Bitmap_System_Int32_System_Int32_">ImportAsFragment(C1Bitmap, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads another C1Bitmap to the given destination within the image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_ImportAsFragment_System_Byte___C1_WPF_Bitmap_ImageRect_" data-uid="C1.WPF.Bitmap.C1Bitmap.ImportAsFragment(System.Byte[],C1.WPF.Bitmap.ImageRect)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.ImportAsFragment.html#C1_WPF_Bitmap_C1Bitmap_ImportAsFragment_System_Byte___C1_WPF_Bitmap_ImageRect_">ImportAsFragment(byte[], ImageRect)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the pixel buffer from a byte array to the given destination within the image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_ImportAsFragment_System_IntPtr_C1_WPF_Bitmap_ImageRect_" data-uid="C1.WPF.Bitmap.C1Bitmap.ImportAsFragment(System.IntPtr,C1.WPF.Bitmap.ImageRect)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.ImportAsFragment.html#C1_WPF_Bitmap_C1Bitmap_ImportAsFragment_System_IntPtr_C1_WPF_Bitmap_ImageRect_">ImportAsFragment(IntPtr, ImageRect)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the unmanaged block of memory to the given destination within the image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_ImportAsFragment_System_Windows_Media_Imaging_WriteableBitmap_System_Int32_System_Int32_" data-uid="C1.WPF.Bitmap.C1Bitmap.ImportAsFragment(System.Windows.Media.Imaging.WriteableBitmap,System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.ImportAsFragment.html#C1_WPF_Bitmap_C1Bitmap_ImportAsFragment_System_Windows_Media_Imaging_WriteableBitmap_System_Int32_System_Int32_">ImportAsFragment(WriteableBitmap, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads a WriteableBitmap to the given destination within the image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_Load_System_IO_Stream_C1_WPF_Bitmap_BaseTransform___" data-uid="C1.WPF.Bitmap.C1Bitmap.Load(System.IO.Stream,C1.WPF.Bitmap.BaseTransform[])">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.Load.html#C1_WPF_Bitmap_C1Bitmap_Load_System_IO_Stream_C1_WPF_Bitmap_BaseTransform___">Load(Stream, params BaseTransform[])</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the image from a System.IO.Stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_Load_System_IO_Stream_C1_WPF_Bitmap_ContainerFormat_System_Nullable_C1_WPF_Bitmap_ImageRect__C1_WPF_Bitmap_BaseTransform___" data-uid="C1.WPF.Bitmap.C1Bitmap.Load(System.IO.Stream,C1.WPF.Bitmap.ContainerFormat,System.Nullable{C1.WPF.Bitmap.ImageRect},C1.WPF.Bitmap.BaseTransform[])">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.Load.html#C1_WPF_Bitmap_C1Bitmap_Load_System_IO_Stream_C1_WPF_Bitmap_ContainerFormat_System_Nullable_C1_WPF_Bitmap_ImageRect__C1_WPF_Bitmap_BaseTransform___">Load(Stream, ContainerFormat, ImageRect?, params BaseTransform[])</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the image from a System.IO.Stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_Load_System_String_C1_WPF_Bitmap_BaseTransform___" data-uid="C1.WPF.Bitmap.C1Bitmap.Load(System.String,C1.WPF.Bitmap.BaseTransform[])">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.Load.html#C1_WPF_Bitmap_C1Bitmap_Load_System_String_C1_WPF_Bitmap_BaseTransform___">Load(string, params BaseTransform[])</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the image from a file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_Load_System_String_C1_WPF_Bitmap_ContainerFormat_System_Nullable_C1_WPF_Bitmap_ImageRect__C1_WPF_Bitmap_BaseTransform___" data-uid="C1.WPF.Bitmap.C1Bitmap.Load(System.String,C1.WPF.Bitmap.ContainerFormat,System.Nullable{C1.WPF.Bitmap.ImageRect},C1.WPF.Bitmap.BaseTransform[])">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.Load.html#C1_WPF_Bitmap_C1Bitmap_Load_System_String_C1_WPF_Bitmap_ContainerFormat_System_Nullable_C1_WPF_Bitmap_ImageRect__C1_WPF_Bitmap_BaseTransform___">Load(string, ContainerFormat, ImageRect?, params BaseTransform[])</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the image from a file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_LoadMetadata_System_IO_Stream_C1_WPF_Bitmap_ContainerFormat_" data-uid="C1.WPF.Bitmap.C1Bitmap.LoadMetadata(System.IO.Stream,C1.WPF.Bitmap.ContainerFormat)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.LoadMetadata.html#C1_WPF_Bitmap_C1Bitmap_LoadMetadata_System_IO_Stream_C1_WPF_Bitmap_ContainerFormat_">LoadMetadata(Stream, ContainerFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the metadata of an image from a System.IO.Stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_LoadMetadata_System_String_C1_WPF_Bitmap_ContainerFormat_" data-uid="C1.WPF.Bitmap.C1Bitmap.LoadMetadata(System.String,C1.WPF.Bitmap.ContainerFormat)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.LoadMetadata.html#C1_WPF_Bitmap_C1Bitmap_LoadMetadata_System_String_C1_WPF_Bitmap_ContainerFormat_">LoadMetadata(string, ContainerFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the metadata of an image from a file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_PixelFormatFromGuid_System_Guid_" data-uid="C1.WPF.Bitmap.C1Bitmap.PixelFormatFromGuid(System.Guid)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.PixelFormatFromGuid.html#C1_WPF_Bitmap_C1Bitmap_PixelFormatFromGuid_System_Guid_">PixelFormatFromGuid(Guid)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a GUID of the WIC pixel format to the PixelFormat enumeration value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_PixelFormatToGuid_C1_WPF_Bitmap_PixelFormat_" data-uid="C1.WPF.Bitmap.C1Bitmap.PixelFormatToGuid(C1.WPF.Bitmap.PixelFormat)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.PixelFormatToGuid.html#C1_WPF_Bitmap_C1Bitmap_PixelFormatToGuid_C1_WPF_Bitmap_PixelFormat_">PixelFormatToGuid(PixelFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a GUID of the corresponding WIC pixel format for the given value of the PixelFormat enumeration.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_Save_System_IO_Stream_C1_WPF_Bitmap_ContainerFormat_C1_WPF_Bitmap_BaseOptions_" data-uid="C1.WPF.Bitmap.C1Bitmap.Save(System.IO.Stream,C1.WPF.Bitmap.ContainerFormat,C1.WPF.Bitmap.BaseOptions)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.Save.html#C1_WPF_Bitmap_C1Bitmap_Save_System_IO_Stream_C1_WPF_Bitmap_ContainerFormat_C1_WPF_Bitmap_BaseOptions_">Save(Stream, ContainerFormat, BaseOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the image to a System.IO.Stream using the specified format and options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_Save_System_String_C1_WPF_Bitmap_ContainerFormat_C1_WPF_Bitmap_BaseOptions_" data-uid="C1.WPF.Bitmap.C1Bitmap.Save(System.String,C1.WPF.Bitmap.ContainerFormat,C1.WPF.Bitmap.BaseOptions)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.Save.html#C1_WPF_Bitmap_C1Bitmap_Save_System_String_C1_WPF_Bitmap_ContainerFormat_C1_WPF_Bitmap_BaseOptions_">Save(string, ContainerFormat, BaseOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the image to a file using the specified format and options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_SaveAsBmp_System_IO_Stream_C1_WPF_Bitmap_BmpOptions_" data-uid="C1.WPF.Bitmap.C1Bitmap.SaveAsBmp(System.IO.Stream,C1.WPF.Bitmap.BmpOptions)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.SaveAsBmp.html#C1_WPF_Bitmap_C1Bitmap_SaveAsBmp_System_IO_Stream_C1_WPF_Bitmap_BmpOptions_">SaveAsBmp(Stream, BmpOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the image to a System.IO.Stream in BMP format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_SaveAsBmp_System_String_C1_WPF_Bitmap_BmpOptions_" data-uid="C1.WPF.Bitmap.C1Bitmap.SaveAsBmp(System.String,C1.WPF.Bitmap.BmpOptions)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.SaveAsBmp.html#C1_WPF_Bitmap_C1Bitmap_SaveAsBmp_System_String_C1_WPF_Bitmap_BmpOptions_">SaveAsBmp(string, BmpOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the image to a file in BMP format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_SaveAsGif_System_IO_Stream_C1_WPF_Bitmap_GifOptions_" data-uid="C1.WPF.Bitmap.C1Bitmap.SaveAsGif(System.IO.Stream,C1.WPF.Bitmap.GifOptions)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.SaveAsGif.html#C1_WPF_Bitmap_C1Bitmap_SaveAsGif_System_IO_Stream_C1_WPF_Bitmap_GifOptions_">SaveAsGif(Stream, GifOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the image to a System.IO.Stream in GIF format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_SaveAsGif_System_String_C1_WPF_Bitmap_GifOptions_" data-uid="C1.WPF.Bitmap.C1Bitmap.SaveAsGif(System.String,C1.WPF.Bitmap.GifOptions)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.SaveAsGif.html#C1_WPF_Bitmap_C1Bitmap_SaveAsGif_System_String_C1_WPF_Bitmap_GifOptions_">SaveAsGif(string, GifOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the image to a file in GIF format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_SaveAsJpeg_System_IO_Stream_C1_WPF_Bitmap_JpegOptions_" data-uid="C1.WPF.Bitmap.C1Bitmap.SaveAsJpeg(System.IO.Stream,C1.WPF.Bitmap.JpegOptions)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.SaveAsJpeg.html#C1_WPF_Bitmap_C1Bitmap_SaveAsJpeg_System_IO_Stream_C1_WPF_Bitmap_JpegOptions_">SaveAsJpeg(Stream, JpegOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the image to a System.IO.Stream in JPEG format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_SaveAsJpeg_System_String_C1_WPF_Bitmap_JpegOptions_" data-uid="C1.WPF.Bitmap.C1Bitmap.SaveAsJpeg(System.String,C1.WPF.Bitmap.JpegOptions)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.SaveAsJpeg.html#C1_WPF_Bitmap_C1Bitmap_SaveAsJpeg_System_String_C1_WPF_Bitmap_JpegOptions_">SaveAsJpeg(string, JpegOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the image to a file in JPEG format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_SaveAsJpegXR_System_IO_Stream_C1_WPF_Bitmap_JpegXROptions_" data-uid="C1.WPF.Bitmap.C1Bitmap.SaveAsJpegXR(System.IO.Stream,C1.WPF.Bitmap.JpegXROptions)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.SaveAsJpegXR.html#C1_WPF_Bitmap_C1Bitmap_SaveAsJpegXR_System_IO_Stream_C1_WPF_Bitmap_JpegXROptions_">SaveAsJpegXR(Stream, JpegXROptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the image to a System.IO.Stream in JPEG XR format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_SaveAsJpegXR_System_String_C1_WPF_Bitmap_JpegXROptions_" data-uid="C1.WPF.Bitmap.C1Bitmap.SaveAsJpegXR(System.String,C1.WPF.Bitmap.JpegXROptions)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.SaveAsJpegXR.html#C1_WPF_Bitmap_C1Bitmap_SaveAsJpegXR_System_String_C1_WPF_Bitmap_JpegXROptions_">SaveAsJpegXR(string, JpegXROptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the image to a file in JPEG XR format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_SaveAsPng_System_IO_Stream_C1_WPF_Bitmap_PngOptions_" data-uid="C1.WPF.Bitmap.C1Bitmap.SaveAsPng(System.IO.Stream,C1.WPF.Bitmap.PngOptions)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.SaveAsPng.html#C1_WPF_Bitmap_C1Bitmap_SaveAsPng_System_IO_Stream_C1_WPF_Bitmap_PngOptions_">SaveAsPng(Stream, PngOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the image to a System.IO.Stream in PNG format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_SaveAsPng_System_String_C1_WPF_Bitmap_PngOptions_" data-uid="C1.WPF.Bitmap.C1Bitmap.SaveAsPng(System.String,C1.WPF.Bitmap.PngOptions)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.SaveAsPng.html#C1_WPF_Bitmap_C1Bitmap_SaveAsPng_System_String_C1_WPF_Bitmap_PngOptions_">SaveAsPng(string, PngOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the image to a file in PNG format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_SaveAsTiff_System_IO_Stream_C1_WPF_Bitmap_TiffOptions_" data-uid="C1.WPF.Bitmap.C1Bitmap.SaveAsTiff(System.IO.Stream,C1.WPF.Bitmap.TiffOptions)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.SaveAsTiff.html#C1_WPF_Bitmap_C1Bitmap_SaveAsTiff_System_IO_Stream_C1_WPF_Bitmap_TiffOptions_">SaveAsTiff(Stream, TiffOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the image to a System.IO.Stream in TIFF format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_SaveAsTiff_System_String_C1_WPF_Bitmap_TiffOptions_" data-uid="C1.WPF.Bitmap.C1Bitmap.SaveAsTiff(System.String,C1.WPF.Bitmap.TiffOptions)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.SaveAsTiff.html#C1_WPF_Bitmap_C1Bitmap_SaveAsTiff_System_String_C1_WPF_Bitmap_TiffOptions_">SaveAsTiff(string, TiffOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the image to a file in TIFF format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_SetDpi_System_Double_" data-uid="C1.WPF.Bitmap.C1Bitmap.SetDpi(System.Double)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.SetDpi.html#C1_WPF_Bitmap_C1Bitmap_SetDpi_System_Double_">SetDpi(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Changes the physical resolution of the image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_SetDpi_System_Double_System_Double_" data-uid="C1.WPF.Bitmap.C1Bitmap.SetDpi(System.Double,System.Double)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.SetDpi.html#C1_WPF_Bitmap_C1Bitmap_SetDpi_System_Double_System_Double_">SetDpi(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Changes the physical resolution of the image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_SetPalette_C1_WPF_Bitmap_C1Bitmap_Palette_" data-uid="C1.WPF.Bitmap.C1Bitmap.SetPalette(C1.WPF.Bitmap.C1Bitmap.Palette)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.SetPalette.html#C1_WPF_Bitmap_C1Bitmap_SetPalette_C1_WPF_Bitmap_C1Bitmap_Palette_">SetPalette(Palette)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the new color table for the bitmap.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_ToByteArray" data-uid="C1.WPF.Bitmap.C1Bitmap.ToByteArray">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.ToByteArray.html#C1_WPF_Bitmap_C1Bitmap_ToByteArray">ToByteArray()</a>
        </td>
        <td class="markdown level1 summary"><p>Stores the image buffer to a byte array (without the palette and metadata information).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_ToByteArray_C1_WPF_Bitmap_ImageRect_" data-uid="C1.WPF.Bitmap.C1Bitmap.ToByteArray(C1.WPF.Bitmap.ImageRect)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.ToByteArray.html#C1_WPF_Bitmap_C1Bitmap_ToByteArray_C1_WPF_Bitmap_ImageRect_">ToByteArray(ImageRect)</a>
        </td>
        <td class="markdown level1 summary"><p>Stores a part of the image buffer to a byte array.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_ToByteArray_System_Int32__" data-uid="C1.WPF.Bitmap.C1Bitmap.ToByteArray(System.Int32@)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.ToByteArray.html#C1_WPF_Bitmap_C1Bitmap_ToByteArray_System_Int32__">ToByteArray(out int)</a>
        </td>
        <td class="markdown level1 summary"><p>Stores the image buffer to a byte array with the same stride (bytes per row).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_ToD2DBitmap1_C1_Util_DX_Direct2D_DeviceContext_C1_Util_DX_Direct2D_BitmapOptions_C1_WPF_Bitmap_BaseTransform___" data-uid="C1.WPF.Bitmap.C1Bitmap.ToD2DBitmap1(C1.Util.DX.Direct2D.DeviceContext,C1.Util.DX.Direct2D.BitmapOptions,C1.WPF.Bitmap.BaseTransform[])">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.ToD2DBitmap1.html#C1_WPF_Bitmap_C1Bitmap_ToD2DBitmap1_C1_Util_DX_Direct2D_DeviceContext_C1_Util_DX_Direct2D_BitmapOptions_C1_WPF_Bitmap_BaseTransform___">ToD2DBitmap1(DeviceContext, BitmapOptions, params BaseTransform[])</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a D2D.Bitmap1 from the image data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_ToWPFPixelFormat_C1_WPF_Bitmap_PixelFormat_" data-uid="C1.WPF.Bitmap.C1Bitmap.ToWPFPixelFormat(C1.WPF.Bitmap.PixelFormat)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.ToWPFPixelFormat.html#C1_WPF_Bitmap_C1Bitmap_ToWPFPixelFormat_C1_WPF_Bitmap_PixelFormat_">ToWPFPixelFormat(PixelFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the System.Windows.Media.PixelFormat struct for the given PixelFormat value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_ToWriteableBitmap" data-uid="C1.WPF.Bitmap.C1Bitmap.ToWriteableBitmap">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.ToWriteableBitmap.html#C1_WPF_Bitmap_C1Bitmap_ToWriteableBitmap">ToWriteableBitmap()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a WriteableBitmap from the image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_ToWriteableBitmap_C1_WPF_Bitmap_ImageRect_" data-uid="C1.WPF.Bitmap.C1Bitmap.ToWriteableBitmap(C1.WPF.Bitmap.ImageRect)">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.ToWriteableBitmap.html#C1_WPF_Bitmap_C1Bitmap_ToWriteableBitmap_C1_WPF_Bitmap_ImageRect_">ToWriteableBitmap(ImageRect)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a WriteableBitmap from a part of the image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_C1Bitmap_Transform_C1_WPF_Bitmap_BaseTransform___" data-uid="C1.WPF.Bitmap.C1Bitmap.Transform(C1.WPF.Bitmap.BaseTransform[])">
          <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.Transform.html#C1_WPF_Bitmap_C1Bitmap_Transform_C1_WPF_Bitmap_BaseTransform___">Transform(params BaseTransform[])</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.WPF.Bitmap.C1Bitmap.html">C1Bitmap</a> as a copy of the current bitmap passed through the set of transformations.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
